Relative Content

Tag Archive for pythoninfinite-loopnim-game

how do get my code to match? i feel close but im not sure [duplicate]

This question already has answers here: Asking the user for input until they give a valid response (23 answers) Closed 3 days ago. def stick_game(): num_sticks = 11 player = 1 playing = True print(“***** WELCOME TO NIM! *****”) print(“Each player will take turns removing”) print(“1, 2, or 3 sticks from the initial 11.”) print(“The […]