Ddimov90

weather_forecast_09_03

Sep 21st, 2025
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | Source Code | 0 0
  1. weather = input()
  2.  
  3. if weather == "sunny":
  4.     print("It's warm outside!")
  5. else:
  6.     print("It's cold outside!")
  7.  
Advertisement
Add Comment
Please, Sign In to add comment