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