{"raw_statement":[{"iden":"statement","content":"You and your friend are passing notes in class, but to secure the safety of your notes you both decide to scramble the words. Your friend is going to pass you the first note, so that you can figure out the type of scramble that was used. Use the example test case below to figure out how the words where scrambled and write a program that will scramble words in the same way. \n\nThe only line that you will be given will the plain unscrambled note that you want to send.\n\nPrint the scrambled version of the note, so that you can send a message to your friend safely.\n\n"},{"iden":"input","content":"The only line that you will be given will the plain unscrambled note that you want to send."},{"iden":"output","content":"Print the scrambled version of the note, so that you can send a message to your friend safely."}],"translated_statement":null,"sample_group":[],"show_order":[],"formal_statement":"Let $ s \\in \\Sigma^* $ be the input string, where $ \\Sigma $ is the set of printable ASCII characters.\n\n**Objective**  \nScramble $ s $ by reversing the order of its characters:  \n$$ s' = \\text{reverse}(s) $$","simple_statement":"Reverse the order of words in the sentence.","has_page_source":false}