python
作者:Mahmoud Eid Shokr
1. Variables in python
2. data Types in python
2.1. Numeric
2.2. Non_Numeric
2.3. Sequential
2.4. Boolean
3. conditional statements
3.1. If statements
3.2. If_Else statements
3.3. If_Else_If statements
3.4. Nested If statements
4. Loops
4.1. Finite Loop
4.2. Infinite loop
4.3. break()
4.4. pass()
5. History
5.1. Developed by Guido Van Rossum
5.2. First released in 1991
6. Features
7. Types of Operators
7.1. Arithmetic
7.2. Comparison
7.3. Assignment
7.4. Logical
7.5. Identity
7.6. Membership
7.7. Bitwise