t218.py 75 B

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