Lesson 12

blue and white striped round textile
blue and white striped round textile

Learning Goal: Students will be able to use conditionals to create an interactive story

Write your text here...Learning Objectives
Students will know how to:

  • Use .ask() to collect and store user input

  • Use user input in conditionals to control the flow of the program

  • Use the equality comparison operator (==) to test whether two strings are the same

  • Use elif to test additional conditions after an initial if statement

  • Use else to handle situations where all tested conditions are False