We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 9e059beCopy full SHA for 9e059be
day4/module.py
@@ -0,0 +1,7 @@
1
+import random
2
+
3
+random_integer = random.randint(1,10)
4
+print(random_integer)
5
6
+random_float = random.random()*5
7
+print(random_float)
0 commit comments