webturing 4 年 前
コミット
f1aec957e0
1 ファイル変更2 行追加0 行削除
  1. 2 0
      K.py

+ 2 - 0
K.py

@@ -0,0 +1,2 @@
+for x in range(1, int(input())+1):
+    print(x)