If I define a function:
f(x) = x**2
and then print it, sage always prints it as `x^2`.
Is it possible to change the default output of the power operator to '**' ?
I'd like to use Sage to create and manipulate functions, but then copy the output to other python applications that do not recognize the '^' symbol as the power operator.
Thanks.