Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65596 > unrolled thread

Re: Python 2.7.6 help with white spaces?

Started byBen Finney <ben+python@benfinney.id.au>
First post2014-02-07 16:24 +1100
Last post2014-02-07 16:24 +1100
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.


Contents

  Re: Python 2.7.6 help with white spaces? Ben Finney <ben+python@benfinney.id.au> - 2014-02-07 16:24 +1100

#65596 — Re: Python 2.7.6 help with white spaces?

FromBen Finney <ben+python@benfinney.id.au>
Date2014-02-07 16:24 +1100
SubjectRe: Python 2.7.6 help with white spaces?
Message-ID<mailman.6483.1391750685.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web