#!/usr/local/bin/python2 class C: def __init__(self): return 1 print C()