We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cfec3e + 2db8896 commit 6c8f4c1Copy full SHA for 6c8f4c1
1 file changed
random_numbers.py
@@ -0,0 +1,7 @@
1
+import random
2
+
3
+random_side = random.randint(0, 1)
4
+if random_side == 1:
5
+ print("Heads")
6
+else:
7
+ print("Tails")
0 commit comments