I have tried to make such a calculator which will work using Distance Formula but I don't know to make square root. Please help me project linkand mail me how to make it work with syntax it will be a great help.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
import math
math.sqrt(49)
Yes I tried this as well as squrt but it shows error
You can try
NEW**(1/2)