t04.py.disabled 70 B

123456
  1. class X:
  2. def __init__(self):
  3. print "wee"
  4. x = X()
  5. x