Skip to content

Instantly share code, notes, and snippets.

@jairajsahgal
Created February 27, 2021 10:39
Embed
What would you like to do?
from random import *
l=["Head","Tail"]
shuffle(l)
print(l[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment