12418 - 2-2 Introduce Yourself   

Description

Given a nickname and a list of skills, fill them into the following two sentences:

My nickname is "____".
I'm good at ____, ____, ____, etc.

 

 

Note that the length of the blanks is not limited to 4 characters, and the length of the list of skills is not limited to 3.

Input

The first line is a nickname.
At the second line are some skills, separated by spaces.

You don't have to consider skills that are more than one word (e.g. table tennis).

Output

The two complete sentences.

Pay attention to the single quotes (單引號), double quotes (雙引號), commas (逗號) , spaces (空格), and period (句號) in your output!

Sample Input  Download

Sample Output  Download

Tags




Discuss