Program to create random numbers list of 10 numbers from 10 to 100 import random no = [] for i in range(0, 10): no.append (random.randint(10 , 100 )) print (" Print list of 10 random numbers") print(no) Print list of 10 random numbers [36, 80, 57, 98, 55, 20, 38, 64, 87, 39] i =0 i =1 i =2 i =3 i =4 i =5 i =6 i =7 i =8 i =9 no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) no.append ( random.randint (10,100)) [ ] 36 ,80 ,57 ,98 ,55 ,20 ,38 ,64 ,87 ,39