❓ Quiz Python

Que retourne cette fonction ?

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