+ 2
What is sqrt?
4 odpowiedzi
+ 18
It is a function that returns the square root of the argument that you passed to it.
+ 2
square root
+ 1
thanks a lot 😊 @igor and @sanchit
0
import math then use math.sqrt(value) it will give square root of that value