0 votes
95 views
in Python by (98.9k points)
edited
Python Program to Generate a Random Number

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer
# Program to generate a random number between 0 and 9

# importing the random module
import random

print(random.randint(0,9))

 

Related questions

0 votes
1 answer 152 views
asked Jun 11, 2022 in Python by Doubtly (98.9k points)
0 votes
1 answer 165 views
0 votes
1 answer 428 views
asked Jun 11, 2022 in Python by Doubtly (98.9k points)
0 votes
1 answer 262 views
0 votes
1 answer 98 views
asked Jun 11, 2022 in Python by Doubtly (98.9k points)

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

535 users

...