* added square-root * Instruction Append Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
3 lines
34 B
Python
3 lines
34 B
Python
def square_root(number):
|
|
pass
|