up
This commit is contained in:
parent
685b914f7d
commit
cf309c5bc2
5
Impression_etiquettes.py
Normal file
5
Impression_etiquettes.py
Normal file
@ -0,0 +1,5 @@
|
||||
titre = input()
|
||||
longTitre = len(titre)
|
||||
|
||||
for loop in range(longTitre):
|
||||
print(titre[loop])
|
Loading…
x
Reference in New Issue
Block a user