Quiz Python

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

PYTHONDebutantchaines
20
quiz.py
1
s = "123456" 
2
print(s.zfill(8))