❓ Quiz Python

Que contient la liste après ces opérations ?

PYTHONDebutantboucles
20
quiz.py
1
Que va afficher ce code Python ?\n\nnum = 5\n\nwhile 0 > num:\n    print(num)\n    num += 1\nelse:\n    print('CommentCoder')