url=(pageurl+"?appid="+appid+"&sentence="+sentence).encode(encoding='utf-8')
print(url)
with requests.get(url) as fin:
body = fin.text
はああああああ
便利ですねrequests、人間のために作られてるって感じ感動
url=(pageurl+"?appid="+appid+"&sentence="+sentence).encode(encoding='utf-8')
print(url)
with requests.get(url) as fin:
body = fin.text
はああああああ
便利ですねrequests、人間のために作られてるって感じ感動