In this ninth video of the series Python for Tweens, we look at how programs make decisions in the Python programming language.
Typically, in a program they type of control structures that exist are: sequence, selection and iteration.
Up until this point in the series, we have looked at sequence. The task now is to look at selection which is how programs make decision on the block of code to execute.
Python for Tweens is a series intended to teach children ages 10 - 12 how to program using the Python Turtle Graphics module.