Code Wars Rocks X47059


Statement
 

pdf   zip

html

Input

Four lines with text. The content of each line must be placed in the corresponding dash block.

<line 1> <line 2> <line 3> <line 4>

Output

Print out the resulting sentence after doing the composition:

<line 1> is the <line 2> of CodeWars. We <line 3> you <line 4> and have fun!

Public test cases
  • Input

    This year
    nth edition
    hope
    enjoy it
    

    Output

    This year is the nth edition of CodeWars. We hope you enjoy it and have fun!
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    C++ Haskell Java Python