day 4 WIP - testing gitea repo
This commit is contained in:
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