瀏覽代碼

Add 'K.py'

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)