for n in range(3): html = f"https://portal.kyoto-wu.ac.jp/Syllabus/syllabusView?syllabusYear=2020&syllabusNo=K4-{101+n}&kougicd=000{4931+n}" print(html)
html=の行が構文エラーになりますがどこがおかしいのかわかりません
Python 3.5.2 :: Anaconda custom (x86_64)
SyntaxError: invalid syntax
Pythonのバージョンとエラーを全文(Traceback)記載ください。
回答2件
あなたの回答
tips
プレビュー