Calculadora de Notes

Conditionals (if/else)

Escriu un programa que llegeixi una nota numèrica (0–10) i imprimeixi la qualificació: Insuficient, Suficient, Bé, Notable o Excel·lent.

📌 View basic hints
  • Usa 'elif' per a múltiples rangs.
  • Comprova primer el valor més alt.
  • Recorda: 'else' captura tots els casos restants.
Order the code blocks
else:
print('Insuficient')
print('Suficient')
print('Notable')
elif nota >= 7:
print('Excel·lent')
if nota >= 9:
elif nota >= 5:
nota = int(input('Introdueix la nota: '))
SEBACodiCAT

We respect your privacy

We use essential cookies for the platform to function and, with your consent, functional and analytics cookies to improve your experience. Minors' data is never used for commercial purposes. Cookie Policy · Privacy

GDPR Compliant
UK GDPR Compliant
Minor Protection (Art. 8 GDPR)