Write the function namely nthroot() that receives two parameters x and n and returns nth root of x
i. e x^1/n.The default value of n is 2.
Answers
Answered by
0
Answer:
for solution in python 3 language see the attachment.
Attachments:
Similar questions