#finite loop print('loop starting') for i in range (1,11): print('loop number is:', i) print('loop finished')