# Program to generate a random number between 0 and 9
# import the random module
import random
print(random.randint(0,9))
# import the random module
import random
print(random.randint(0,9))
Irawen March 02, 2019 Python 1 comment
Free Python PDF Books
— Python Coding (@clcoding) October 6, 2022
🧵:
Can you guess the output of the second piece of code?🐍
Posted by Python Coding on Tuesday, 16 February 2021
nice article for beginners.thank you.
ReplyDeletejavacodegeeks
welookups python