About "math" modules on Python 3.0 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

About "math" modules on Python 3.0

What the heck is 'sqrt'?? I search it on the internet but it doesn't show any detail result. Please if any of you know what the heck is it reply..... I am a beginner Programmer trying to study for my college

27th Jul 2017, 12:51 PM
DoctorVenomMCPE
DoctorVenomMCPE - avatar
3 Answers
+ 2
It stands for "square root". It returns the square root of a number. For instance: print(math.sqrt(36)) The number printed will be 6 because the square root of 36 is 6 (6 multiplied by 6 gives 36.)
27th Jul 2017, 1:06 PM
Vukašin Zeljić
Vukašin Zeljić - avatar
+ 1
Thanks for the answer
27th Jul 2017, 1:13 PM
DoctorVenomMCPE
DoctorVenomMCPE - avatar
0
Lol so that't sqrt
27th Jul 2017, 1:12 PM
DoctorVenomMCPE
DoctorVenomMCPE - avatar