Write a Python Program to Generate a Random Number

Python Program to Generate a Random Number

Welcome to the World of Online Learning:

Hello Friends “This blog helps you to learn  Python programming concepts. You can learn Python language at your own speed and time. One can learn concepts of Python language by practicing various programs given on various pages of this blog. Enjoy the power of Self-learning using the Internet.”

Python Program to Generate a Random Number
Python Program to Generate a Random Number

Write a Python Program to Generate a Random Number

PROGRAM: Python Program to Generate a Random Number

/*Python Program to Generate a Random Number */

# Program to generate a random number between 0 and 9

print(random.randint(0,9))

Output:

5
 

		

Leave a Reply

Your email address will not be published. Required fields are marked *