<< python
Python
1. Historical Perspective
2. Syntax Misc
Syntax
Specification
Semicolon
Not necessary. Can be used to merge lines.
Comment
#
for inline, comment multiple lines by make it a string
""" """
.
3. Variable
4. Basic Data Type
5. Function
6. Flow Control
7. Built-in Data Structure
8. OOP Mechanism