Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49431
| References | <CAKP_0cVuK07_DNkA3oHnFbYNaGNYw-EEMaWAhgLRRvYbpmsPPQ@mail.gmail.com> |
|---|---|
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| Date | 2013-06-29 17:05 +0100 |
| Subject | Re: python adds an extra half space when reading from a string or list |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3997.1372521964.3114.python-list@python.org> (permalink) |
On 29 June 2013 03:07, charles benoit <feather.duster.kung.fu@gmail.com> wrote:
<STUFF>
1) You haven't asked a question.
2) You posted your code twice. That makes it look a lot harder and
longer than it really is.
3) Give us a *minimal* reproducible test case. I currently just get:
%~> python2 /tmp/nd.py
Traceback (most recent call last):
File "/tmp/nd.py", line 12, in <module>
finale_line2=finale_line
NameError: name 'finale_line' is not defined
This isn't the only problem.
In other words, you've given us an unsolvable problem. Try again.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: python adds an extra half space when reading from a string or list Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-29 17:05 +0100
csiph-web