for letra in 'Python': if letra == 'h': continue print(f'Letra atual: {letra}')