Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Anime{Π} World

@Kr812345
Kr812345
Kr812345
shared a Post
3 years ago
coin toss game
coin=["heads","tails"] import random result = random.choice(coin) guess= input("choose which one do you want to select: ") if guess==result: print
Python practise
Pygame