Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. command_list = ["Show", "Grab", "Edit", "Drop", "Exit"]
  2. command = input("Choose a command:t")
  3. command = (command)
  4. items = ["Wooden Staff", "Wizard Hat", "Cloth Shoes"]
  5. grab = ["Poition of Invis", "Granite Platebody", "Water Bottle"]
  6.  
  7.  
  8. if command in command_list:
  9. if command == command_list[0]:
  10. print("These are your current Items")
  11. print(items)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement