From 50e07e42f4e3d998a7ca74e97a94f386a4257773 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 25 Sep 2021 15:16:05 +0800
Subject: [PATCH] save project

---
 diy4.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/diy4.py b/diy4.py
index d03c1e1..165eeba 100644
--- a/diy4.py
+++ b/diy4.py
@@ -1,3 +1,4 @@
-j=5
-i=7
-print(j,"*",i,"=",(j*i))
\ No newline at end of file
+for i in range(1,10):
+    for j in range(1,10):  
+        print(j,"*",i,"=",(j*i),end=" ")
+    print()
\ No newline at end of file
--
libgit2 0.25.0