observation = mgr.weather_at_place(place)
w = observation.weather
print(w)
Traceback (most recent call last):
File "C:\Users\Пользователь\AppData\Local\Programs\Python\Python39-32\newcod.py", line 7, in
observation = mgr.weather_at_place(place)
NameError: name 'mgr' is not defined
Что делать?