Use a FOR loop to generate 5 random numbers between 1 and 10.
(You will need to use import random and then the function random.randint(1,10) to generate the numbers)
Use a FOR loop to generate 5 random numbers between 1 and 10.
(You will need to use import random and then the function random.randint(1,10) to generate the numbers)