Advertisement
KNenov96

dopulnitelni_zadachi N9

May 7th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. weather = str(input())
  2.  
  3. if weather == "sunny":
  4.     print("It's warm outside!")
  5. else:
  6.     print("Its cold outside!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement