def main(): a = eval(input("Please input a number - ")) print("The cubic root of", a, "is", cubrt(a) ) main()