+ 4
EOL <=> End Of Line
" An EOL error means that Python hit the end of a line while going through a string. This can be because you forgot ending quotes, or because you tried to make a string extend past one line. Strings enclosed in single or double quotes can't span multiple lines."
For Details: https://discover.cs.ucsb.edu/commonerrors/error/1010.xml
Relevant post(s):
https://www.sololearn.com/discuss/1074810/?ref=app
https://www.sololearn.com/discuss/748693/?ref=app



