Skip to content

Commit 9e059be

Browse files
authored
Add files via upload
0 parents  commit 9e059be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

day4/module.py

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)