Python Basic Syntax

Python programming is no use of semicolon(;) or curly braces({}) . It is simple English Like language but Python used the indentation ti define a block of code. Indentation is nothing but add whitespace before the statements when it is needed.

Def Fun():

Statements 1

Statements 2

………..

………. Statements N

Print(“Hello World”) Hello World

  1. • Python is an interpreted, High-level language for General -purpose programming
    
  2. • Used for Creating Computer Applications, Computer games or even for testing Microchips.
    
  3.  or developed in 1980's in 1980's by Guido Van Rossum at CWI in Netherlands.
    
  4.  Cross Platform Programming Language
    
  5. MultiParidam,Function,object-oriented
    
  6. • Successor of ABC language