t384.py 78 B

1234567
  1. class Foo:
  2. def __init__(self):
  3. self.x = 3
  4. f = Foo()
  5. None[4]
  6. f[4]