❓ Quiz Python

Que va afficher ce code ?

PYTHONDebutanttuples
20
quiz.py
1
a = 15
2
b = 4
3
print(a // b)