❓ Quiz Python

Quelle est la sortie de ce programme ?

PYTHONDebutanttuples
20
quiz.py
1
s = "Python Programming" 
2
 print(s.find('P'))