Python Program to Generate a Random Number
Using randint() function which is included in random module in python we can generate any random number.
- #Python Program to Generate a Random Number
-
- import random
-
- print(random.randint(0,100))
Output

Solution not working or have any suggestions? Please send an email to [email protected]
Download Android App