From 4862c9dd57ca17205c4421925f2714a0130d070d Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 2 Jul 2022 20:13:03 +0800
Subject: [PATCH] auto save

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

diff --git a/1.py b/1.py
new file mode 100644
index 0000000..b1dae44
--- /dev/null
+++ b/1.py
@@ -0,0 +1,4 @@
+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