Answer to Question #271074 in Python for solokin

Question #271074

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 call first nine_lines and then the clear_screen function.


1
Expert's answer
2021-11-25T00:53:01-0500
 def nine_lines():



    three_lines()



    three_lines()



    three_lines()








def clear_screen():



    nine_lines()



    nine_lines()



    three_lines()



    three_lines()



    new_line()

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS