以下是一个简单的Python程序,它使用`requests`库获取OpenWeatherMap API的数据,并打印出指定城市的当前天气情况。 ```pythonimport requests# 设置你的 Op...