Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: python:SyntaxError:文字列リテラルのスキャン中のEOL
テキストファイルを読むときにこのエラーが発生することがあります
SyntaxError:文字列リテラルのスキャン中のEOL
それはどういう意味ですか、どうすれば修正できますか?
EOLは「行末」を意味します
「stuff」または「stuff」タイプの引用符を閉じるのを忘れました
お気に入り
>>> print "hello File "<stdin>", line 1 print "hello ^ SyntaxError: EOL while scanning string literal >>> print "hello" hello
カレットは問題がどこにあるかを指します