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
-
• Python is an interpreted, High-level language for General -purpose programming
-
• Used for Creating Computer Applications, Computer games or even for testing Microchips.
-
or developed in 1980's in 1980's by Guido Van Rossum at CWI in Netherlands.
-
Cross Platform Programming Language
-
MultiParidam,Function,object-oriented
-
• Successor of ABC language