From 71772ab17343d82eafa339e985e5c355a88d865b Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 24 Sep 2022 11:13:33 +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..40b15ba
--- /dev/null
+++ b/diy2.py
@@ -0,0 +1,4 @@
+for i in range(1,10):
+    for j in range(1,10):
+        print(j,"x",i, "=", j*i,end="  ")
+    print( )
--
libgit2 0.25.0