❓ Quiz Python

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

PYTHONDebutanttuples
20
quiz.py
1
x = 13
2
y = 2
3
z = x // y
4
print(z)