#!/usr/local/bin/python2 class l(list): def __init__(self): self.expand((1,2,3)) print self l()