Browse Source

Add 'K.py'

webturing 4 years ago
parent
commit
1c15d72064
1 changed files with 3 additions and 0 deletions
  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)