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 ef70665 commit f63f96bCopy full SHA for f63f96b
Random.py
@@ -1,12 +1,3 @@
1
-print("""
2
-██████╗ █████╗ ███╗ ██╗ ██████╗ ██████╗ ███╗ ███╗
3
-██╔══██╗██╔══██╗████╗ ██║ ██╔══██╗██╔═══██╗ ████╗ ████║
4
-██████╔╝███████║██╔██╗ ██║ ██║ ██║██║ ██║ ██╔████╔██║
5
-██╔══██╗██╔══██║██║╚ ██ ██║██║ ██║██║ ██║ ██║╚██╔╝██║
6
-██║ ██║██║ ██║██║ ╚███ ║ ██████╔╝╚██████╔╝ ██║ ╚═╝ ██║
7
-╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝
8
- type : randomnum() to execute Random function
9
-""")
10
def randomnum():
11
#importing datetime module
12
import datetime #inbuilt module
0 commit comments