From 9badf1e6131dd9ff8bdbf51b6c722d044a8f9a81 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 14 Nov 2021 09:51:02 +0800
Subject: [PATCH] save project

---
 diy2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy2.py b/diy2.py
index ff67df4..beb66e6 100644
--- a/diy2.py
+++ b/diy2.py
@@ -1,5 +1,5 @@
 
 for i in range(1,10): # 行
     for j in range(1,i+1):  # 列
-        print(i,'*',j,"=",(j*i),end=(" "))
+        print(j,'*',i,"=",(j*i),end=(" "))
     print()
\ No newline at end of file
--
libgit2 0.25.0