❓ Quiz Python

Ce code lève-t-il une erreur ?

PYTHONDebutantdictionnaires
20
quiz.py
1
s1 = {1, 2, 3}
2
s2 = {3, 4, 5}
3
print(s1 & s2)