4 lines
94 B
Python
4 lines
94 B
Python
nom = "tata"
|
|
print(nom)
|
|
print("Je m'appell "+ nom + ".")
|
|
print("Mon nom c'est bien " + nom) |