Warm-up: loops
posted by: Ms. Martin
28 February 2011
No Comment
What does from turtle import * mean?
What is the purpose of a for loop?
Write code to print all numbers 0 – 9.
Write a function that takes in a parameter n and prints all numbers 0 – n (including n).
Write a function that takes in a parameter n and prints all odd numbers 1 – n (including n if odd).




