Question: Echo string Task Standard input consists of a single line of text. Write a Python script named echo-string.py which copies that line of text from
Echo string Task Standard input consists of a single line of text. Write a Python script named echo-string.py which copies that line of text from standard input to standard output Example standard input Mary had a little lamb. Example standard output Mary had a little lamb. Tip Read a single line of text like this: - input)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
