Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65596
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Subject | Re: Python 2.7.6 help with white spaces? |
| Date | 2014-02-07 16:24 +1100 |
| References | <DC365E9C-9511-49BD-A53F-67B4ED3A561F@cox.net> <504A0CAE-42E4-495E-96AA-C8A45559E139@cox.net> <A039A0DC-6D2F-4C5E-8377-5D45EBAD0151@cox.net> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6483.1391750685.18130.python-list@python.org> (permalink) |
Scott W Dunning <swdunning@cox.net> writes: > I keep trying differnt things but, I’m just very new to this. A few things that will make your communications more fruitful: * Please don't top-post. Trim the quoted material to the parts relevant for your response, and respond inline like a normal discussion. <URL:https://en.wikipedia.org/wiki/Posting_style#Interleaved_style> * Ensure that your message composer doesn't munge your text. The code you show us needs to be *exactly* what the Python interpreter will see; turn off anything which replaces one character with another (such as quotation marks), or wraps the code lines. * When asking about an error, *show us* the error by pasting exactly what the error is, including the part where it shows what line raised the exception. * Tell us what you expected the code to do, and how its behaviour is violating your expectations. Thanks for joining discussions here, hopefully you can become a good part of this community. -- \ “If I haven't seen as far as others, it is because giants were | `\ standing on my shoulders.” —Hal Abelson | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python 2.7.6 help with white spaces? Ben Finney <ben+python@benfinney.id.au> - 2014-02-07 16:24 +1100
csiph-web