Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quel code est correct?
for i in range(3):print(i)
print(i)
print(Hello World)
ma_liste = [10, 20, 30] print(ma_liste[5])
print(ma_liste[5])
mon_ensemble = {1, 2, 2, 3}print(mon_ensemble)
print(mon_ensemble)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!