Answers for "making square root in python"

-2

how to take the square root in python

distance = 100
distance = distance**0.5
# to the power of a half square roots it
Posted by: Guest on December-15-2021

Python Answers by Framework

Browse Popular Code Answers by Language