Guest User

Untitled

a guest
Feb 19th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if txtBox == "hello" or "hi":
  2. txt.insert(0.0, "Hi! Hows it hanging")
  3. elif txtBox == "I am good, thank you" or "i am good thank you":
  4. txt.insert(0.0, "Glad to hear it")
  5. else:
  6. txt.insert(0.0, "Sorry I do not understand.")
Add Comment
Please, Sign In to add comment