TOPIC

Onde foi que eu errei? 2453 Python

Weswill asked 2 years ago

-- coding: utf-8 --

letra = input() palavra = input().split() total = 0.0 for l in palavra: if letra in l: total += 1

total /= len(palavra)/100

print('%.1f' % total)

Remember not post solutions. Your post may be reviewed by our moderators.

  • EsraelSousa-IFCE_TIANGUA replied 2 years ago

    Acho que você errou o código, pois este não tem nada a ver com está questão