+4
Please how do I find square root in python
3/20/2019 5:01:46 PM
3 Answers
+6
Thank you guys
hi, you can also do it this way: import math print(int(math.sqrt(16))) result: 4
+2
4**(1/2)
Send us a message