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 a5405ec commit e748462Copy full SHA for e748462
Basic/random no .py
@@ -1,6 +1,8 @@
1
+# * Written By Codezila.org at 18-03-2020 9:13PM (IST)
2
# Program to generate a random number between 0 and 9
3
4
# importing the random module
5
import random
6
-print(random.randint(0,9))
7
+print(random.randint(0,9))
8
+print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')
0 commit comments