✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Donat el següent programa:
a = int(input(¨Escriu un nombre: ¨))
if a % 2 != 0 :
print (¨primer¨)
elif a == 3 :
print (¨segon¨)
elif a - 5 > 0 :
print (¨tercer¨)
else:
print (¨quart¨)
Què escriuria el programa pel canal de sortida en cas que l'usuari entrés un 3?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!