We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24bf0c commit ea8a0ccCopy full SHA for ea8a0cc
1 file changed
Random.py
@@ -0,0 +1,6 @@
1
+# Program to generate a random number between 0 and 9
2
+
3
+# importing the random module
4
+import random
5
6
+print(random.randint(0,9))
0 commit comments