import time MAX_CHIPS = 21 player_score1 = 0 player_score2 = 0 chips_left = MAX_CHIPS input("Press the enter key to begin the game!") print("Player 1, you have to select a username to play this game") time.sleep(3) print("Choice 1: Jason") time.sleep(3) print("Choice 2: Braze") time.sleep(3) print("Choice 3: Waxed lightly weathered chiseled copper stairs") player_choice = input("Enter your choice: ") if player_choice.lower() == "choice 3": print("Get out") time.sleep(2.5) print("Get tf out") time.sleep(2.5) print ("BAD ENDING") print("player 2 select your username to play this game") time.sleep(3) print("choice 1 carrey ") time.sleep(2) print("choice 2 port ") time.sleep(2) print("choice 3 ")