python
作者:Karim Adel

1. Data tybes
1.1. Numeric
1.1.1. integer
1.1.2. float
1.1.3. complex
1.2. Non-Numeric
1.2.1. strings
1.3. Sequential
1.3.1. List
1.3.2. Tuple
1.3.3. Set
1.3.4. Dictionary
1.4. Boolean
1.4.1. true
1.4.2. false
2. Conditional Statements
2.1. If Statements
2.2. If - Else Statements
2.3. If - Else - If Statements (elif)
2.4. Nested If Statements
3. Loops
3.1. Finite loop
3.1.1. Checks for condition for predefined finite iterations
3.1.2. for loops
3.2. infinite loop
3.2.1. Checks for condition for infinite iterations
3.2.2. while loops
3.3. break ( )
3.3.1. Used to breaks the loop
3.4. Pass ( )
3.4.1. Do nothing / Used to execute empty