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


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

Re: one to many (passing variables)

Started byChris Angelico <rosuav@gmail.com>
First post2014-07-24 17:36 +1000
Last post2014-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.


Contents

  Re: one to many (passing variables) Chris Angelico <rosuav@gmail.com> - 2014-07-24 17:36 +1000

#75133 — Re: one to many (passing variables)

FromChris Angelico <rosuav@gmail.com>
Date2014-07-24 17:36 +1000
SubjectRe: 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

[toc] | [standalone]


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


csiph-web