❓ Quiz Python

Que va afficher ce code ?

PYTHONDebutantboucles
20
quiz.py
1
"for i in range(3, 0, -1): print(i)"