for a in range(2, 9):
    print (a + 1)
    
#https://pt.stackoverflow.com/q/435878/101