Newbie: Object assignment return value

Jason Orendorff jason at jorendorff.com
Thu Feb 14 17:27:45 EST 2002


Dean Goodmanson wrote:
> (I think) I'm trying to understand if object assignment has a 
> return value.

Nope, it doesn't.  Assignment is a statement, not an expression,
in Python.

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list