logo

Crowdly

Quelle affichage produit le code python suivant? L = [1, 4, 5] try:    b =...

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

Quelle affichage produit le code python suivant?

L = [1, 4, 5]

try:

   b = L[3]

   print(b)

except TypeError:

   print("Error1")

except IndexError:

   print("Error2")
0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ipsa.fr?

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