A certainl part of an if() structure never gets executed.

Chris Angelico rosuav at gmail.com
Wed Jun 19 03:14:15 EDT 2013


On Wed, Jun 19, 2013 at 3:42 PM, Dave Angel <davea at davea.name> wrote:
> Names are *one of* the ways we specify which objects are to be used. (We can
> also specify objects via an container and a subscript or slice, or via an
> attribute of another object.  And probably another way or two.)

But you always have to bootstrap it with either a name. Or a literal.
So those are the only two ways to specify which objects are to be
used.

(Anyone fanatically devoted to nice red uniforms?)

ChrisA



More information about the Python-list mailing list