window.ENTITIES={'/api/snippets/python/python%20math.sqrt()%20method%20example':[{"result":true,"message":null,"batch":{"type":"python","name":"python math.sqrt() method example","items":[{"id":"p2Pdv1","type":"python","name":"Python math.sqrt() method example","content":"import math\n\nprint( math.sqrt( 4 ) ) # 2\nprint( math.sqrt( 9 ) ) # 3\n\nprint( math.sqrt( 2 ) ) # 1.4142135623730951\nprint( math.sqrt( 0.5 ) ) # 0.7071067811865476\nprint( math.sqrt( 0 ) ) # 0\nprint( math.sqrt( -1 ) ) # ValueError","source":"https://dirask.com/posts/Python-math-sqrt-method-example-pOrrXD","author":{"id":"b0ZggD","name":"Zachary","avatar":"1629130003050__b0ZggD__w40px_h40px.jpg","points":436,"role":"BASIC"},"creationTime":1634837223000,"updateTime":null,"removalTime":null}]}}]};