Guest User

Untitled

a guest
Jan 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. city = input("Input city")
  2. date = input("Input date")
  3. weather = Weather(city, date)
  4. print(weather.get_rain_amount())
  5. prnt(weather.get_sun_amount())
Add Comment
Please, Sign In to add comment