From 6cc1265f50bad5632d2083869b0e2dbd1eaf931f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 25 Feb 2023 18:12:49 +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..76fc373
--- /dev/null
+++ b/diy2.py
@@ -0,0 +1,4 @@
+for j in range(1,10):
+    for a in range(1,10):
+        print(a,"*",j,"=",(a*j),end="  ")
+    print()
--
libgit2 0.25.0