❓ Quiz Python

Que se passe-t-il à l'exécution ?

PYTHONDebutantdictionnaires
20
quiz.py
1
Que va afficher ce f-print en Python ?
2
 
3
x = 10
4
 
5
print(f"{x=}")