Files
nsi/Activity_3_python/exercises_1/exercise_1_5.py
T
2023-11-28 22:39:24 +01:00

4 lines
124 B
Python

prenom = "Alexandre"
nom = "Lecouturier"
print(prenom, nom, "a pour identifiant ",prenom[0:3].lower() + "." + nom.lower())