❓ Quiz Python

Que va afficher ce code ?

PYTHONDebutanttuples
20
quiz.py
1
s = "Python" 
2
print(s.replace("o", "O"))