- Python terminal:
python3
in cmd.
- Comments:
#
at the start of any line.
- Print:
print("Stay Safe…)
- Indentation: must be followed.
Examples
Example 1
Example 2
Example 3
Example 4
Example 5
Operators
+ - * / % ** // = += -= *= /= == != > < >= <= and or not
Example 1
Example 2
Example 3
Example 4
Conditional Statements
Example 1
Returns: Number is less than 10
Example 2
Returns: Yes it is available
Example 3
Returns: Yes it is available