up
This commit is contained in:
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])
|
||||
Reference in New Issue
Block a user