Python : f-strings
De www.yakakliker.org
a = 3
b = 5
print(f"La somme de {a} et {b} vaut {a+b}.")
Lien
https://filedn.com/lpKG7uY9hIHVel5exA5Ik80/Bases_Python/L'affichage.html
a = 3
b = 5
print(f"La somme de {a} et {b} vaut {a+b}.")
https://filedn.com/lpKG7uY9hIHVel5exA5Ik80/Bases_Python/L'affichage.html