File tree
Expand file treeCollapse file tree1 file changed
+3
-1
lines changed Expand file treeCollapse file tree1 file changed
+3
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +# * Written By Codezila.org at 18-03-2020 9:13PM (IST) |
1 | 2 | # Program to generate a random number between 0 and 9
|
2 | 3 |
|
3 | 4 | # importing the random module
|
4 | 5 | import random
|
5 | 6 |
|
6 |
| -print(random.randint(0,9)) |
| 7 | +print(random.randint(0,9)) |
| 8 | +print( '\n\tCode By codezila.org :)\n\tJoin Us On : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>') |
You can’t perform that action at this time.
0 commit comments