Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39122 > unrolled thread
| Started by | Rick Johnson <rantingrickjohnson@gmail.com> |
|---|---|
| First post | 2013-02-18 19:53 +0000 |
| Last post | 2013-02-18 19:53 +0000 |
| 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: request for help Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-18 19:53 +0000
| From | Rick Johnson <rantingrickjohnson@gmail.com> |
|---|---|
| Date | 2013-02-18 19:53 +0000 |
| Subject | Re: request for help |
| Message-ID | <mailman.1965.1361217249.2939.python-list@python.org> |
leonardo selmi <l.selmi <at> icloud.com> writes: > [...] > i saved the above program from python shell into a file as > "circle.py" . when i type "import circle" i get error.. Urm... would you be so kind as to copy and paste the error message verbatim? You have obvious syntax errors in this code due to improper indentation, but take a word of advice from the Python Zen: "In the face of ambiguity, refuse the temptation to guess" So let's have a look-see at that error message, shall we?
Back to top | Article view | comp.lang.python
csiph-web