calling obect method

r rt8396 at gmail.com
Thu Jul 30 15:08:25 EDT 2009


>>> import math
>>> getattr(math, 'hypot')(3,4)
5.0



More information about the Python-list mailing list