notebook.community
Edit and run
This notebook shows how to compute the square root of 5 in Python3
In [2]: from math import sqrt
from math import sqrt
In [3]: sqrt(5)
sqrt(5)
Out[3]: 2.23606797749979
2.23606797749979