This commit is contained in:
Samuel Vermeulen 2023-01-03 17:25:08 +01:00
parent 685b914f7d
commit cf309c5bc2

5
Impression_etiquettes.py Normal file
View File

@ -0,0 +1,5 @@
titre = input()
longTitre = len(titre)
for loop in range(longTitre):
print(titre[loop])