problem reading a CSV file

Chris Angelico rosuav at gmail.com
Mon Dec 13 09:22:39 EST 2021


On Tue, Dec 14, 2021 at 12:05 AM Larry Warner <lcwarner11 at gmail.com> wrote:
>
> Win 10, Chrome, Python 3.10.1
> New at python
> error on open statement
>
> Probably simple error but I do not see it.
>
> The program is a python example with the file name being changed.  I want
> to experiment with changing the literal file name in the open statement to
> a variable name later.
>

Use forward slashes "/" instead of backslashes "\".

ChrisA


More information about the Python-list mailing list