Greelandong

Practice One

Mar 21st, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1. print("Welcome to Pavillion Shopping Centre Personal Machine.")
  2. print("1. Shopping Mall Maps")
  3. print("2. ATM.")
  4. print("3. Toilet.")
  5. phrase = input("Please select option above.")
  6. if phrase == "1":
  7.     print("Display Shopping Mall Maps.")
  8. elif phrase == "2":
  9.     print(" Display AMT Location.")
  10. elif phrase == "3":
  11.     print("Toilet Available as below.")
  12. else:
  13.     print("Kindly please input valid value,Thank you.")
Add Comment
Please, Sign In to add comment