❓ Quiz Python

Combien d'itérations cette boucle effectue-t-elle ?

PYTHONDebutantlistes
20
quiz.py
1
Que va afficher ce code Python ?
2
 
3
x = [1, 2, 3]
4
print(x * 2 == x + x)