Lesson 18: Python Variables, Lists and If Statements
March 31, 2022
Review:
- Python with replit.com
- Hello World
- Ukraine Panel tonight
Presentation:
- Variables
- Calculations
- Lists
- If Statements
- Use a Coin Flip Simulation program to demonstrate
- Compare to Coin Toss Simulation in Sheets
Activity:
- Use the randint() function
- Replicate CoinFlipSim-01
- Replicate CoinFlipSim-02
- Replicate CoinFlipSim-03
- In each of the three programs, replace random() with randint()
- Then make necessary changes to get the program to run properly