[python] EOL while scanning string literal resolution

Purpose

I will summarize the error handling of python beginners

error

EOL while scanning string literal

Solution

The error was at the end of the line when scanning the value of the string. is what it means. In other words, there was no quote by the end of the line (EOL: End Of Line) = due to forgetting to close with quote

Recommended Posts

[python] EOL while scanning string literal resolution
Python string
Python: String concatenation
Python string format
python string slice
Python2 string type
Python string format
Python # string type
Python string inversion
Basics of Python learning ~ What is a string literal? ~
String manipulation in python
[Python] Multi-line string assignment
Python string manipulation master
[Python2] Date string-> UnixTime-> Date string
Random string generation (Python)
Python3> documentation string / docstring
Python string processing illustration