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