I'm doing a job (Python 3) and I need help completing the codes.
-
I need to know how to reverse the order, for example 2345 in and out of 5432.
-
I also need to know how I leave only one uppercase letter and the smallest case, such as: stackoverflow?
-
And finally I need to know how I change
x
byy
and vice versa. For example:y = 23x^2 - 2x + 1
(input) andx = 23y^2 - 2y + 1
(output).
Thank you in advance.