EconomicSerg

Test.py

Jan 19th, 2021 (edited)
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. x = input("How are you? ")
  2. if x == "Good":
  3.     print("Nice!")
  4. elif x == "Bad":
  5.     print("Oh, ok")
  6. else:
  7.     print("That may not be an emotion...")
  8.  
Add Comment
Please, Sign In to add comment