Skip to content

Commit dc7f213

Browse files
author
Atul Kushwaha
committed
banner
1 parent e035320 commit dc7f213

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Random.py

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

0 commit comments

Comments
 (0)