Hello, Why does the following not return [1,2,3,4] ?
>>> x = [1,2,3].append(4) >>> print x None
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
Hello, Why does the following not return [1,2,3,4] ?
>>> x = [1,2,3].append(4) >>> print x None
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor