Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6128 > unrolled thread
| Started by | Jean-Michel Pichavant <jeanmichel@sequans.com> |
|---|---|
| First post | 2011-05-24 11:22 +0200 |
| Last post | 2011-05-24 11:22 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Jean-Michel Pichavant <jeanmichel@sequans.com> |
|---|---|
| Date | 2011-05-24 11:22 +0200 |
| Subject | Re: NEED HELP- read file contents, while loop to accept user input, and enter to exit |
| Message-ID | <mailman.2010.1306229048.9059.python-list@python.org> |
Cathy James wrote:
>
> f = open ('c:/testing.txt'', 'r')
replace the double quote by a single quote.
JM
Back to top | Article view | comp.lang.python
csiph-web