Skip to content

Commit e748462

Browse files
authored
Update random no .py
CODEZILA | codePy
1 parent a5405ec commit e748462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Basic/random no .py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# * Written By Codezila.org at 18-03-2020 9:13PM (IST)
12
# Program to generate a random number between 0 and 9
23

34
# importing the random module
45
import random
56

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

Comments
 (0)