❓ Quiz Python

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

PYTHONDebutanttuples
20
quiz.py
1
x = 3
2
y = 5
3
z = x * y - x
4
print(z)