4 lines
75 B
Python
4 lines
75 B
Python
|
|
print nthroot(5, 34, 10)
|
||
|
|
print nthroot(10,42, 20)
|
||
|
|
print nthroot(2, 5, 400)
|