Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apps={
- "movies": "Netflix",
- "shopping": "Amazon",
- "music": "Spotify",
- "food": "Deliveroo",
- "taxi": "Uber"
- }
- resp=""
- while resp!="exit":
- resp=input("what do you wnat to today")
- if resp=="movies":
- print("I will open",apps["movies"])
- elif resp=="shopping":
- print("I will open",apps["Amazon"])
- elif resp=="music":
- print("I will open",apps["Spotify"])
- elif resp=="food":
- print("I will open",apps["Deliveroo"])
- elif resp=="taxi":
- print("I will open",apps["Uber"])
- elif resp=="exit":
- print("exiting")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement