Initial commit of README.md

This commit is contained in:
ganome 2021-04-28 16:59:42 +00:00
parent bc73134e6c
commit a55ef4d4f4

View File

@ -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: