Decision Structures
To prepare:
- From The Beginner's guide to Python3, read Chapter 7, flow control, (download from here if you have not downloaded it yet.)
- From Python for everybody at Runestone Academy, look over the items here: 4. Conditional Execution
- From Automate the boring stuff with Python, you can read over the first part of chapter 2. When you get to the while loop heading, you can stop. We will do that next week.
- From BroCode YouTube Channel you may like to see a short <9 minute if statement demo