Copying text 2
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a single line of text as input, such as False. Your task is to output this text twice, each on a separate line.
Input
A single line of text containing only Latin letters.
Output
The repeated text, each instance on a new line.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 77%