Lesson goal: For loops and making math practice problems

Previous: More for-loop counting | Home | Next: Making math-facts tables

You can use a for loop and the math.random function to make a list of math practice problems. You might want to review how to create random numbers from an earlier lesson.

Now you try. Try constructing a for loop that will count from 1 to 10 or so. Use print to display a math problem that someone could practice with.

Type your code here:


See your results here: