Advanced Programming - Python Review Day 4
Unit 1, Day 4
Mr. Jones | Computer Programming, Advanced
Come on in - sit anywhere you like
- Find your nametag and stand it up on your desk
- Write python code that counts by 3s from 0 to 100.
- Write this twice: Once using a for loop and once using a while
loop
Juicemind: For Loops (from APCSP)
Plan for the next few classes
Next few classes:
- 2 Classes Ago: Conditionals
- Last Class: Loops and Sequences
- Today: Functions
- Friday: A project
- Tuesday: A quiz
Creating our own functions
Scope
Do these exercises in CodeHS:
- 6.2.6 Print Multiple Times
- 6.3.7 Add, Subtract, or Multiply