Write python statement to generate a random number between 7 and 70.
Answers
Answered by
0
Answer:
Explanation:
For a in range(1,79) :
if a%5 == 0:
print(a)
else: continue
A THANKS AND FOLLOW ME
Similar questions