Quiz Python

Que retourne cette fonction ?

PYTHONDebutantoperateurs
20
quiz.py
1
if (n := len("Python")) > 5:
2
    print(n)