Advertisement
lubattillah

changes

May 11th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. phrase=input("Talk to me > ")
  2. if phrase=="hi":
  3. print("hello")
  4. elif phrase=="Where are you from?":
  5. print("Tanzania")
  6. else:
  7. print("Sorry I don't understand the phrase:"+" "+"'"+phrase+"'")
  8. print("bye")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement