count=3
while count<10:
     print('qwertyu')
     count=count+1