Programming Assign Unit 2
Programming Assign Unit 2
Unit 2
University of the People
CS 1101: PROGRAMMING FUNDAMENTALS
Damian Kravets, Instructor
June 30, 2021
Input :
print('Printing twenty-five lines') # This is also to get the second placeholder in the output
clear_screen()
Output :
#Print 9 "." lines
Printing nine lines
.
.
.
.
.
.
.
.
.