1 2 3 4 5 6 7
#!/usr/bin/env python # -*- coding: utf-8 -*- class Ejemplo: def __init__(self, i): self.a = [1,2,3,4] print self.a[i]