>>> import math
>>> getattr(math, 'hypot')(3,4)
5.0
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to