We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d6189 commit 92c370eCopy full SHA for 92c370e
adventure_game.py
@@ -89,7 +89,7 @@ def bear_room():
89
game_over("The bear killed you.")
90
elif answer == "2":
91
# lead him to the diamond_room()
92
- print("\nYour Good time, the bear moved from the door. You can go through it now!")
+ print("\nYour Good, the bear moved from the door. You can go through it now!")
93
diamond_room()
94
else:
95
# else call game_over() function with the "reason" argument
0 commit comments