From a55ef4d4f45d3d6c69c75560ac60889456289f99 Mon Sep 17 00:00:00 2001 From: ganome Date: Wed, 28 Apr 2021 16:59:42 +0000 Subject: [PATCH] Initial commit of README.md --- python/lp3thw/Exercise35/ex35.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lp3thw/Exercise35/ex35.py b/python/lp3thw/Exercise35/ex35.py index 66bff1b..21e32af 100755 --- a/python/lp3thw/Exercise35/ex35.py +++ b/python/lp3thw/Exercise35/ex35.py @@ -21,7 +21,7 @@ def bearRoom(): print("There is a bear in this room!") print("The bear has a bunch of honey.\nThe fat bear is in front of another door.") print("How are you going to move the bear?") - print("'take honey' , 'taunt bear' , 'open door'") + print("'take honey' , 'taunt bear' , 'openP door'") bearMoved = False while True: