Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- phrase = input ("Talk to me")
- if phrase == "hi":
- print ("hello")
- else:
- print ("Sorry, I don't understand " + phrase)
- print ("Bye")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement