Python for Beginners
Python for Beginners
Mini Activity: Students create a short intro about themselves using print()
Mini Project: Create a calculator that asks for two numbers and
adds/subtracts them
SESSION 3: DECISION MAKING WITH IF-ELSE -MATCH
STATEMENT
• if, elif, else statements
• Comparison operators (>, <, ==, etc.)
• Logical operators: and, or
• Match Statement
Mini Activities: