We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db983f commit 864352aCopy full SHA for 864352a
number guessing.py
@@ -10,7 +10,7 @@ def start_game():
10
print("Hello traveler! Welcome to the game of guesses!")
11
player_name = input("What is your name? ")
12
wanna_play = input("Hi, {}, would you like to play the guessing game? (Enter Yes/No) ".format(player_name))
13
- // Where the show_score function USED to be
+ # Where the show_score function USED to be
14
attempts = 0
15
show_score()
16
while wanna_play.lower() == "yes":
0 commit comments