From a7c00493ffcc163780304975999e347d153e9d1c Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Thu, 25 Jan 2024 09:00:59 +0800
Subject: [PATCH] save project

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

diff --git a/diy2.py b/diy2.py
new file mode 100644
index 0000000..0c8718a
--- /dev/null
+++ b/diy2.py
@@ -0,0 +1,4 @@
+for i in range(1,10):
+    print()
+    for j in range(1,i+1):
+        print(j,"*",i,"=",(j*i),end="  ")
\ No newline at end of file
--
libgit2 0.25.0