Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

The Square Root Function in Python (Summary)

Knowing how to use sqrt() is only half the battle. Understanding when to use it is the other. Now you’ve seen some of both, so go and apply your newfound knowledge about the Python square root function!

In this course, you’ve covered:

  • A brief introduction to square roots
  • The ins and outs of the Python square root function, sqrt()
  • A practical application of sqrt() using a real-world example
Download

Sample Code (.zip)

7.3 KB
Download

Course Slides (.pdf)

1.1 MB

Patrick Dennis on July 17, 2021

Why do you force one of the operands in a division to be a float? Isn’t that redundant in Python 3.x?

Christopher Trudeau RP Team on July 18, 2021

Old habits die hard? :)

Become a Member to join the conversation.