''' Purpose: range looping ''' # get adage s = input( "Enter adage: " ) # get number of occurrences to be printed n = input( "Enter number of lines to be printed: " ) n = int( n ) print() # print the n occurrences of the string of interest