Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1233b8b

Browse filesBrowse files
committed
updated number_guess.py
1 parent bd60c14 commit 1233b8b
Copy full SHA for 1233b8b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎number-guess/number_guess.py

Copy file name to clipboardExpand all lines: number-guess/number_guess.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def guess_the_number():
99
guess_number = int(input("Guess the number: "))
1010
attempts += 1
1111
except ValueError:
12-
print("Only integer values!")
12+
print("Only integer values!")
1313
if guess_number < number:
1414
print("Too low!")
1515
elif guess_number > number:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.