cube root without using inbuilt function in python code example Example: cube root in python a=125 print(a**(1/3))