From 72f97b48488e208b3b401d1242d15e07e3fbdb1f Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 11 Oct 2020 14:12:23 +0800 Subject: [PATCH] auto save --- 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..94d5d2e --- /dev/null +++ b/diy2.py @@ -0,0 +1,4 @@ +i=1 +j=10 +for j in range(1,10): + print(j,'*',i,=,j'*'i,end=" ") \ No newline at end of file -- libgit2 0.25.0