Looking for M14 - Programació 24-25 Matí test answers and solutions? Browse our comprehensive collection of verified answers for M14 - Programació 24-25 Matí at educaciodigital.cat.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Què retorna l'operació següent?
punts_ordinador = 10
punts_jugador = 15
punts_totals = punts_ordinador + punts_jugador
Què passa quan intentes modificar un element d'una tupla?
Quin operador utilitzaries per comprovar si un número és parell?
Quin resultat s'obté si x = -5 i executem aquest codi?
if x > 0:
print("És positiu")
elif x == 0:
print("És zero")
else:
print("És negatiu")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!