❓ Quiz Python

Que retourne cette fonction ?

PYTHONDebutanttuples
20
quiz.py
1
"a, b = 5, 10 a, b = b, a print(a, b)"