RosettaCodeData/Task/Nth-root/Python/nth-root-2.py

4 lines
75 B
Python

print nthroot(5, 34, 10)
print nthroot(10,42, 20)
print nthroot(2, 5, 400)