8 lines
123 B
Python
8 lines
123 B
Python
import weather_cli
|
|
|
|
london = weather_cli.current_weather(
|
|
'Leeds', 'ed0172b84ddf4e63a2860957644f91fb'
|
|
)
|
|
|
|
print(london)
|