Skip to content

Tag: random

Coin flip based on randint returns false mostly?

I am writing a game in python using Pygame. In the game, I am setting a variable to a random value of either True or False using this statement: After running this 2 to 3 times, it kept returning False. At first, I thought that this was probably a coincidence, but after running this like 10 times, it returned…