We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbc5eb commit 8a6dfb7Copy full SHA for 8a6dfb7
Code/randomNumber.py
@@ -0,0 +1,6 @@
1
+# Program to generate a random number between 0 and 9
2
+
3
+# import the random module
4
+import random
5
6
+print(random.randint(0,9))
0 commit comments