Tables Challenge 7

Repeat your question 10 times using a loop command

Underneath your score variable but above all other code insert this loop code.

for i in range(10):

#(10) sets how many times to loop indented code

All the other code underneath needs to be indented once using the tab arrow button above caps lock.

Save your work and test the program.

Problems

Debug your code

If you are still stuck you can check your code against a working solution here.