Question: Write a python program to read series of names, one per line, from standard input and write these names spelled in reverse order to the
Write a python program to read series of names, one per line, from standard input and write these names spelled in reverse order to the standard output using I/O redirection and pipes. Repeat this exercise using an input file specified by the user instead of the standard input and using an output file specified by the user instead of the standard output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
