眼眸繁星
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)[GCC 4.6.1] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> import math>>> math.pi()Traceback (most recent call last):File "<stdin>", line 1, in <module>TypeError: 'float' object is not callable>>> math.pi3.141592653589793>>>