t210.py 92 B

12345678
  1. class Stuff:
  2. def __init__(self):
  3. print "OK"
  4. """
  5. weewaa
  6. """
  7. Stuff()