Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75133 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-07-24 17:36 +1000 |
| Last post | 2014-07-24 17:36 +1000 |
| 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: one to many (passing variables) Chris Angelico <rosuav@gmail.com> - 2014-07-24 17:36 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-07-24 17:36 +1000 |
| Subject | Re: one to many (passing variables) |
| Message-ID | <mailman.12272.1406187370.18130.python-list@python.org> |
On Thu, Jul 24, 2014 at 5:27 PM, Martin S <shieldfire@gmail.com> wrote: > Function A collects data and then calls function B with some, but also has > data that should be passed to function C. > > But ofc if nested functions are allowed then that might solve the issue. I > don't think I've seen nested functions mentioned in a tutorial I've been > looking at. Nested functions shouldn't be necessary. Just start writing code, then figure out what needs to go where. As long as you give a name to everything you need to keep track of, you'll find that pretty much everything 'just works'. ChrisA
Back to top | Article view | comp.lang.python
csiph-web