q = [2, 3]p = [1, q, 4]print len(p)print p[1]print p[1][0]p[1].append('xtra')print pprint q#p[1] and q really refer to the same object!
Name (required)
email (will not be published) (required)
Website