Skip to content

Commit 92c370e

Browse files
authored
Update adventure_game.py
1 parent 97d6189 commit 92c370e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adventure_game.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def bear_room():
8989
game_over("The bear killed you.")
9090
elif answer == "2":
9191
# lead him to the diamond_room()
92-
print("\nYour Good time, the bear moved from the door. You can go through it now!")
92+
print("\nYour Good, the bear moved from the door. You can go through it now!")
9393
diamond_room()
9494
else:
9595
# else call game_over() function with the "reason" argument

0 commit comments

Comments
 (0)