Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 770 Bytes

instructions.append.md

File metadata and controls

16 lines (9 loc) · 770 Bytes

Instructions append

How this Exercise is Structured in Python

Python offers a wealth of mathematical functions in the form of the math module and built-ins such as pow() and sum(). However, we'd like you to consider the challenge of solving this exercise without those built-ins or modules.

While there is a mathematical formula that will find the square root of any number, we have gone the route of having only natural numbers (positive integers) as solutions.