logo

Crowdly

Complete o código abaixo para que a classificação (variável  classif  ) em funçã...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Complete o código abaixo para que a classificação (variável classif ) em função da nota seja:

  • A - para nota acima de 90
  • B - para notas até 90 (inclusive)

n = eval( input('nota: ') )

 n>90: 

    classif = 'A'

    classif = 'B'

More questions like this

Want instant access to all verified answers on www.moodle.uevora.pt?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!