Read and Print String Problem
Read and Print String Problem — ExecCode School DSA Practice
Solve the Read and Print String problem on ExecCode. Free online school DSA practice in Strings - Basics. Write and run code in Java, C++, Python — no signup required to run.
Problem description
You are given a line of text, which could be a word or a sentence. Your task is to simply print this exact same text back out. Make sure it looks exactly the same, including any spaces or capitalization.
Examples
Input Apple; Output Apple. Input Coding; Output Coding
Constraints
1 <= length of $S$ <= 100
Practice Read and Print String free on ExecCode. Browse DSA problems, topic map, and placement guides.