Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6128
| Date | 2011-05-24 11:22 +0200 |
|---|---|
| From | Jean-Michel Pichavant <jeanmichel@sequans.com> |
| Subject | Re: NEED HELP- read file contents, while loop to accept user input, and enter to exit |
| References | <BANLkTinh6V3-DtdU5davGdP5a53a2eDF_Q@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2010.1306229048.9059.python-list@python.org> (permalink) |
Cathy James wrote:
>
> f = open ('c:/testing.txt'', 'r')
replace the double quote by a single quote.
JM
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: NEED HELP- read file contents, while loop to accept user input, and enter to exit Jean-Michel Pichavant <jeanmichel@sequans.com> - 2011-05-24 11:22 +0200
csiph-web