Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # EOL Error
- EOL Error means end of line so Pyhton is telling you that it hit the end of the line and did not find a double quote to close the string.
- # Example
- File "helloworld.py", line 2
- print "hello world
- ^
- SyntaxError: EOL while scanning string literal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement