mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 15:07:31 +02:00
4 lines
56 B
Python
4 lines
56 B
Python
prenom = "Léa"
|
|
nom = "Martin"
|
|
|
|
print(prenom[0], nom[0]) |