Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created November 6, 2021 11:19
Show Gist options
  • Save moulik-source/b831615dfb4b2b48e62a59477121993e to your computer and use it in GitHub Desktop.
Save moulik-source/b831615dfb4b2b48e62a59477121993e to your computer and use it in GitHub Desktop.
head or tail
Import random
Random_side = random.randint(0,1)
if random_side == 1:
print(“Heads”)
else:
print(“Tails”)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment