❓ Quiz Python

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

PYTHONDebutanttuples
20
quiz.py
1
s = "Hello"
2
print(s.startswith(("H", "h")))