Identifier is a name used to identify a variable,function, class, module or other object.Python does not allow punctuation characters such as @, $ and % within identifiers. Python is a case sensitive programming language. Lines and Indentation:
There are no braces to indicate blocks of code for class and function definitions or flow control.
Blocks of code are denoted by line indentation, which is rigidly enforced.
0 Comment(s)