find the cube root of a given number in python code example Example: cube root in python a=125 print(a**(1/3))