def rad (value): return math.sqrt(value / math.pi( ) )
>>> import math >>> print math.pi 3.14159265359 >>> print math.pi() Traceback (most recent call last): File "<interactive input>", line 1, in <module> TypeError: 'float' object is not callable
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.