Task Description
使用 input() 輸入兩個字串,然後將它們組合成一個新的字串並輸出。(提示:使用 + 來組合字串、善用strip())
Input Format
輸入兩個字串。
Output Format
輸出合併後的字串。
Sample Input
Hello
World
Sample Output
HelloWorld
Task Description
使用 input() 輸入兩個字串,然後將它們組合成一個新的字串並輸出。(提示:使用 + 來組合字串、善用strip())
Input Format
輸入兩個字串。
Output Format
輸出合併後的字串。
Sample Input
Hello
World
Sample Output
HelloWorld