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 e035320 commit dc7f213Copy full SHA for dc7f213
Random.py
@@ -1,3 +1,12 @@
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