Write a function in this file called nine_lines that uses the function three_lines (provided below) to print a total of nine lines
Write a function in this file called nine_lines that uses the function three_lines (provided below) to print a total of nine lines. Now add a function named clear_screen that uses a combination of the functions nine_lines, three_lines, and new_line (provided below) to print a total of twenty-five lines. The last line of your program should … Read more