Python查天气
# test.pyfrom Py_Weather import get_weather
get_weather('Ahmedabad') Traceback (most recent call last):
File "C:/Users/Administrator/Documents/Projects/weather.py", line 1, in <module>
from Py_Weather import get_weather
ModuleNotFoundError: No module named 'Py_Weather'
>>>
找不到Py_Weather ,要到哪里下载呢? Starrry 发表于 2022-4-14 20:31
找不到Py_Weather ,要到哪里下载呢?
Github上的,我找下链接
但是我更乐意自己写一个 willsonlincake 发表于 2022-4-14 20:36
Github上的,我找下链接
但是我更乐意自己写一个
自己写一个会不会很费时费神?
先谢谢你将会给的链接,我觉得有趣因此刚才试了一下。
页:
[1]