filmov
tv
1. File path error in Python

Показать описание
This happens when you try to enter a file path MANUALLY on a Windows machine. Since Windows OS use backslash to separate folder and file names, Python interprets backslash and the letter comes after it as a special character. The error generated is 'EOL while scanning string literal'. In this video, I explain how you get around it.