Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user_input=""
- while user_input!="exit":
- user_input=input("Hey, what do you want to do today?").lower()
- if user_input=="Shopping":
- print("I will open amazon")
- elif user_input=="Music":
- print("I will open spotify")
- elif user_input=="exit":
- print("Exiting")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement