webturing hace 4 años
padre
commit
5373a1e521
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      M.py

+ 3 - 0
M.py

@@ -0,0 +1,3 @@
+a= list(map(int, input().strip().split()))
+a.reverse()
+for e in a:print(e)