Skip to content

Commit cfeac76

Browse files
committed
change word from gnumber.py
1 parent c972da9 commit cfeac76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gnumber.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
print "TOO LARGE, YOU HAVE",5-tries,"CHANCE"
1313
tries = tries+1
1414
if guess ==number:
15-
print "WELL DONE, BABY!"
15+
print "WELL DONE, CONGRATULATIONS!"
1616
else:
17-
print "FAIL! LOSER"
18-
print "THE NUMBER WAS", number
17+
print "FAIL! HAHAHA"
18+
print "THE NUMBER IS", number

0 commit comments

Comments
 (0)