Advertisement
HBSB

2.15 Shafiq

Jan 1st, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. phrase = input("talk to me >")
  2. if phrase == "hi":
  3.   print("hello")
  4. else:
  5.   print("sorry i dont understand this")
  6. print("bye")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement