2 Answers
+ 1
Thanks
0
the problem is, what you consider as a "game" ? there're so many things about game making that makes it disticnt from each other. i mean look at this, its still a game
x=int(input("1. Head\n2. Tail\n"))
print("You Win") if random.choice([1,2]) else print("You Lose")