In print.py, you will find the function print_file(), which opens a file for reading as a Python file object f. This file handle is then passed to the recursive_print() function as a parameter. Your ...
Write a program that asks the user for a long string containing multiple words. Print back to the user the same string, except with the words in backwards order.