# for I in range(times): #0 1 2 3 4 [5 exclue] for I in range(1, times+1): #1 2 3 4 5 [6 exclue] print('I am doing here.') ...