3 lines
34 B
Python
3 lines
34 B
Python
|
|
def square_root(number):
|
||
|
|
pass
|