+ 1

How make game in Python 🤔🤔🤔

Please make a one game in Python 😍😇😇

27th Sep 2019, 3:16 PM
Vicky Maurya
Vicky Maurya - avatar
2 Answers
+ 1
Thanks
27th Sep 2019, 3:49 PM
Vicky Maurya
Vicky Maurya - avatar
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")
27th Sep 2019, 3:44 PM
Taste
Taste - avatar