Basically I have a while loop that I want to run until either userWins or botWins equal 5. But with this code it will only stop when the variable "userWins" equals 5. I'm newer to python so I don't know if there is a different operator I am supposed to use to make this happen. Thank you for your help.
while userWins < 5 or botWins < 5: