Answer the question
In order to leave comments, you need to log in
Pyowm, why does it incorrectly display the value of the minimum and maximum temperatures?
Ku, why does it incorrectly display the value of the minimum and maximum temperatures in Pyowm?
nt = w.temperature('celsius')['temp_min']
xt = w.temperature('celsius')['temp_max']
mmr = str(nt) + " / " + str(xt)
print(mmr)
t = w.temperature('celsius')['temp']
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question