| CodeRams Practice Problem Archive |
|---|
| Finished |
Yoda tends to confuse people with his irregular syntax. Write a program that takes in a string and switches the first half of the words with the second half.
A line will contain a string.
For the input, your program must print that string with the first and second half of the words switched.
reverse this sentence you have to
you have to reverse this sentence
Assume the input will always have an even number of words.
| Name |
|---|


