From 5a91b530b88b7afd8d5693792550b011d7d382bd Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 29 Jul 2022 10:47:14 +1000
Subject: [PATCH] save project

---
 hjhuj.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hjhuj.py b/hjhuj.py
index eb224c2..3409b4f 100644
--- a/hjhuj.py
+++ b/hjhuj.py
@@ -1,3 +1,4 @@
 for i in range(1,10):
     for j in range(1,10):
-        print(i,"*",j,"=",(j*i),end="  ")
\ No newline at end of file
+        print(i,"*",j,"=",(j*i),end="  ")
+    print()
\ No newline at end of file
--
libgit2 0.25.0