""" Includes the output messages and prompts print("DRAWING ROOM OPTIONS") print("(d)raw on the wall") print("(l)atern") print("(s)upply room") print("(q)uit") print("You doodle on the wall, feel better now?") print("You have no pen to draw with") print("You already have the latern") print("SUPPLY ROOM OPTIONS") print("(d)rawing room") print("You pick up another pen") print("Quiting game") selection = input("Your selection: ") """