Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import first_floor
  2. import secondfloor
  3.  
  4. if first_floor.command == 'upper' and 'key' in first_floor.inventory:
  5. secondfloor.Tryopit.Input()
  6. else:
  7. print("Fail")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement