From ac8cf72329d5c800e2fc0da575fa05f45d01f01c Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 24 May 2024 23:46:12 -1200
Subject: [PATCH] save project

---
 diy2.py | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 diy2.py

diff --git a/diy2.py b/diy2.py
new file mode 100644
index 0000000..8502ea1
--- /dev/null
+++ b/diy2.py
@@ -0,0 +1,3 @@
+i = 1   # 行
+for j in range(1,10): 列
+    rint(j,"x",i,"=",(j*i),end"  ")# 使用变量i和j,代替乘法算式里面的元素,打印出单个乘法算式
--
libgit2 0.25.0