Skip to content

Commit f63f96b

Browse files
author
Atul Kushwaha
committed
Update Random.py
1 parent ef70665 commit f63f96b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Random.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
print("""
2-
██████╗ █████╗ ███╗ ██╗ ██████╗ ██████╗ ███╗ ███╗
3-
██╔══██╗██╔══██╗████╗ ██║ ██╔══██╗██╔═══██╗ ████╗ ████║
4-
██████╔╝███████║██╔██╗ ██║ ██║ ██║██║ ██║ ██╔████╔██║
5-
██╔══██╗██╔══██║██║╚ ██ ██║██║ ██║██║ ██║ ██║╚██╔╝██║
6-
██║ ██║██║ ██║██║ ╚███ ║ ██████╔╝╚██████╔╝ ██║ ╚═╝ ██║
7-
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝
8-
type : randomnum() to execute Random function
9-
""")
101
def randomnum():
112
#importing datetime module
123
import datetime #inbuilt module

0 commit comments

Comments
 (0)