Hello, Why does the following not return [1,2,3,4] ? >>> x = [1,2,3].append(4) >>> print x None -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/tutor/attachments/20071111/ceaa7a63/attachment.htm