up
This commit is contained in:
parent
4226e929a1
commit
e5b18b3d9d
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])
|
Loading…
x
Reference in New Issue
Block a user