day 4 WIP - testing gitea repo
This commit is contained in:
BIN
004/__pycache__/my_module.cpython-312.pyc
Normal file
BIN
004/__pycache__/my_module.cpython-312.pyc
Normal file
Binary file not shown.
1
004/my_module.py
Normal file
1
004/my_module.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
my_favourite_number = 3.1415
|
||||||
8
004/task.py
Normal file
8
004/task.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import random
|
||||||
|
|
||||||
|
rand = random.randint(1, 2)
|
||||||
|
|
||||||
|
if rand == 1:
|
||||||
|
print("Heads")
|
||||||
|
else:
|
||||||
|
print("Tails")
|
||||||
Reference in New Issue
Block a user