Random number: To generate number in python ,randint()functionis used the function defined in random module
program
for i in range(1,100):
print(i)
o/p
1 to end 100
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)