Flow Control
Giving your programs a sense of direction
Dane
Branching
if
else
elif [Nesting]
Indentation Matters!
Scenario
Activity 1
Activity 2
Error Handling
try
except
Activity 3
Looping
for
while
break
continue
else
Activity 4
Functions
Activity 5