You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first argument is a file that contains multiple sentences, one per line. Empty lines are also possible.
For example:
Hello World
Hello CodeEval
OUTPUT SAMPLE:
Print to stdout each sentence with the reversed words in it, one per line. Empty lines in the input should be ignored. Ensure that there are no trailing empty spaces in each line you print.