0
Quien puede explicar el cĂłdigo de desafĂo they spy life que espera dos resultados y se me repite las dos entradas inpautomĂĄticas
Saludos amigo me puedes ayudar quiero resolver el desafĂo: The Spy Life en el entrenador de cĂłdigo pero no he podido
2 Answers
+ 2
Please include your attempt by saving your code in the playground and linking it here. Then we can better help you.
If you're having trouble getting started, break the problem into smaller tasks. For example, the secret message you are given is backwards and filled with random characters that are not letters. Maybe start with changing the message back forwards?
0
Are you misread the task description?
There is only 1 input, which is a string, also 1 output which also is a string.
In the example although the output has 2 words "Hello" and "World", it is outputted as a single string.