Class 11 Python Fundamentals CS 083
Class 11 Python Fundamentals CS 083
Class 11 Python Fundamentals CS 083
Python Fundamentals
@aakash7.7
Python Character Set
A character can represents any letter, digit, or any other sign.
Following are some of the python character set.
Tokens
The smallest individual unit in a program is known as token or
lexical unit.
Tokens
Keywords:
Identifiers/Variable:
Literals/Values:
Delimiters:
Operators:
Variables:
• Python allows the use of the line continuation character (\) at the
end of the line to continue the statement onto the next line.
Statement
• Python allows the use of the line continuation character (\) at the
end of the line to continue the statement onto the next line.
Clarity and Simplicity of Expression
• The important thing is that all the code in the code block must
have the same number of spaces.
Blocks and Indentation
• The important thing is that all the code in the code block must
have the same number of spaces.
Thank you!