#!/usr/local/bin/python2 class C(object): def __init__(self): self.f = min print C().f