Write a program in python that generates a random number between 1 and 10 and prints your name that many times.
Answers
Answered by
0
Answer:
ohh that I have to ask you in which subject this is ok
.......
Answered by
0
Answer:
from random import rand_int
for i in rande(1,51):
x=rand_int(1,i+1)
print(x)
Explanation:
it is the total program
Similar questions