-4
I am doing a job (Python 3) and need help to complete the codes.
I need to know how I 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 rest lowercase, for example: stackoverflow (leave only the letter uppercase)?
And finally I need to know how I change
x
fory
and vice versa. For example:y = 23x^2 - 2x + 1
(input) andx = 23y^2 - 2y + 1
(exit).
Thank you in advance.
Hello Mrx, this site is intended to help users to answer their specific questions. Hardly anyone here will give you the ready answer, especially when it comes to a job like you said. Post the code you’ve tried so far and clarify your doubt, you could start by saying if what you’re trying to do is in Javascript or Phyton.
– LeAndrade
In the description you quote Phyton, however mark Javascript as tag.
– Valdeir Psr
The tag had no Phyton....
– MrX
Another problem, too, even had a question previously addressing the case, how would a code know which "the" of the word "stackoverflow" would be capitalized? It would take a dictionary.
– Sam
The tag is Python, and not Phyton.
– Luiz Felipe
The first thing you need to learn is to type the language name correctly.
– Victor Stafusa
the exercise asks for all "a" to be capitalized and so far no one helps me
– MrX