001
- Print() Function
- Python Trace-back error reporting
- Variables
- Introducing Data Types
- Basic Calculation Operands
- String Concatenation
- The Print Function Syntax
- Challenge - 1-7
002
- Taking input in Python
- String Formatting - f-Strings
- Challenge - Pizza Slice Calculator
- Challenge - Age Calculator
- Challenge - Bill/Tax Calculator
003
- If
- Comparison Operators
- Booleans
- Python Logical Operators
- If..Else
- If..elif..Else
- Nested If
- Challenge - Username / Password Checker
- Challenge - Coin Tiers
- Challenge - Pizza Slice Calculator - Continued