python
Mustafa hagrasにより
1. Loops
1.1. Finite loop
1.2. Infinite loop
1.3. break ( )
1.4. pass ( )
2. Data types in python
2.1. Integers
2.2. Floating-Point Numbers
2.3. Complex Numbers
2.4. Boolean Type
2.5. Conclusion
2.6. Escape Sequences in Strings
2.7. Type Conversion
3. Conditional Statements
3.1. If statement
3.2. If - Else statement
3.3. If-Else-If statement
3.4. Nested if statement
4. features
4.1. Free and Open Source:
4.2. Object-Oriented Language
4.3. GUI Programming Support
4.4. High-Level Language
4.5. Extensible feature
4.6. Portable language
4.7. Integrated language
4.8. Easy to code
4.9. Interpreted Language
4.10. Large Standard Library
4.11. Dynamically Typed Language
5. Types of operators
5.1. Arithmetic operators
5.2. Assignment operators
5.3. Comparison operators
5.4. Logical operators
5.5. Identity operators
5.6. Membership operators
5.7. Bitwise operators
6. Variables