Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- phrase = input("Talk to me > ")
- if phrase == "hi":
- print("hello")
- elif phrase == "whats your name":
- print("Kitty")
- else:
- print("sorry I don't understand this")
- print("sorry I don't understand this "+"why not")
- print("bye")
Advertisement
Add Comment
Please, Sign In to add comment