#!/usr/local/bin/python2 import math class A(object): def __init__(self): self.m = math a = A() print (self.m if 1 else self.m).pi