up
This commit is contained in:
5
ecriture_en_miroir.py
Normal file
5
ecriture_en_miroir.py
Normal file
@@ -0,0 +1,5 @@
|
||||
nbLignes = int(input())
|
||||
|
||||
for idLigne in range(nbLignes):
|
||||
texte = input()
|
||||
print(texte[::-1])
|
||||
Reference in New Issue
Block a user