Cs 1101 Programming Fundamentals Programming Assign Unit 2
Cs 1101 Programming Fundamentals Programming Assign Unit 2
print('.')
new_line()
new_line()
new_line()
three_lines()
three_lines()
three_lines()
def clear_screen():
# These are the function’s used to make the above functions get the 25 lines needed when combine
together.
print('Printing 25 lines..')
nine_lines()
nine_lines()
three_lines()
three_lines()
new_line()
print('Printing 9 lines..')
nine_lines()
clear_screen()
>>>