Python Continued Lesson 4 – Modify
The ‘x’ variable is a counter variable which starts at zero and goes up by one on each loop. Modify the code so that the print statement outputs the 5 times table (instead of a countdown). Below, state the modifications you made and how your modified code works.
Python Continued Lesson 4 – Modify Read More »