❓ Quiz Python

Que retourne cette fonction ?

PYTHONDebutantdictionnaires
20
quiz.py
1
Que va afficher ce code avec in et un dictionnaire ? 
2
 
3
 d = {"x": 10, "y": 20}
4
print(10 in d)