Andrey_06

Untitled

Jul 4th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | Source Code | 0 0
  1. weather_prediction = str(input())
  2.  
  3. if weather_prediction == "sunny":
  4.     print("It's warm outside!")
  5. else:
  6.  print("It's cold outside!")
Add Comment
Please, Sign In to add comment