Paul Rubin <http://[EMAIL PROTECTED]> writes:

> "Hendrik van Rooyen" <[EMAIL PROTECTED]> writes:
> > Given the following three lines of code at the interactive prompt:
> > 
> > foo = [1,2,3,4]
> > x = foo.append(5)
> > print x
> > 
> > What will be the output (choose one):
> > 4)  Nothing - no output

Correction, it will print None, there is an explicit print statement
that went past me.  I'm sleepy.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to