webturing 4 yıl önce
ebeveyn
işleme
1c15d72064
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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)