mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 23:36:19 +02:00
4 lines
124 B
Python
4 lines
124 B
Python
prenom = "Alexandre"
|
|
nom = "Lecouturier"
|
|
|
|
print(prenom, nom, "a pour identifiant ",prenom[0:3].lower() + "." + nom.lower()) |