From ba7d2de4bec3e3ba95674126ec6e87a6af9ffad3 Mon Sep 17 00:00:00 2001 From: ikura-git Date: Tue, 18 Aug 2026 10:59:42 +0900 Subject: [PATCH] =?UTF-8?q?ikura.py=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ikura.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ikura.py diff --git a/ikura.py b/ikura.py new file mode 100644 index 0000000..d093b84 --- /dev/null +++ b/ikura.py @@ -0,0 +1,2 @@ +for i in range (1,10): + print(i) \ No newline at end of file