From ebd4625f1cc7837e90009e99570969193da4e8f4 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 22 May 2021 17:30:16 +0800
Subject: [PATCH] save project

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

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