input : list=('') print ("enter a number: ") count = 1 while count < 6 : print( count ) count = count + 1 print ('The biggest number was') print ('the smallest number was')