Python3でjsonを返却するwebAPIにアクセスして結果を出力するまで - Qiita

今回は天気情報を返してくれるopenweathermap.orgのAPIにアクセスimport urllib.requestimport jsonurl = 'http://api.openw…