from pyowm.utils import config
from pyowm.utils import timestamps
import math
a input(“Город:”))
owm = OWM('33451d12a17a7775a1e041e9bd5e698a')
mgr = owm.weather_manager()
observation = mgr.weather_at_place(a)
w = observation.weather
temp = w.temperature(“celsius”)
print (“Температура:”,round(temp),)
TypeError: type dict doesn't define __round__ method