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

+ 3 - 0
K.py

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