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