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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.