1. Python Basics#
- 1.1. Python
- 1.2. Printing
- 1.3. Variables
- 1.4. Types of Variables
- 1.5. Python as a calculator
- 1.6. Naming Variables
- 1.7. Don’t Mix and Match Variables Types
- 1.8. Type Conversions
- 1.9. Input
- 1.10. String Formatting
- 1.11. Error Messages
- 1.12. Comments
- 1.13. Test Your Understanding
- 1.14. Additional Challenges