list.append

s.append(x) same as s[len(s):len(s)] = [x]

Note: The C implementation of Python has historically accepted multiple parameters and implicitly joined them into a tuple; this no longer works in Python 2.0 and later. Use of this misfeature has been deprecated since Python 1.4.

 

A Django site. this page was rendered by a django application in 0.00s 2012-02-12 19:27:45.235215. hosted by webfaction.