Computer Science, asked by Alwaysstill3636, 10 days ago

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 Akhilan30806
0

Answer:

 for solution in python 3 language see the attachment.

Attachments:
Similar questions