From 667e3b81e65e1523024161266d2d5d0599b36f62 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 14 May 2021 19:40:01 +0800 Subject: [PATCH] save project --- diy2.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 diy2.py diff --git a/diy2.py b/diy2.py new file mode 100644 index 0000000..55e2714 --- /dev/null +++ b/diy2.py @@ -0,0 +1,3 @@ +for i in range(1,10): # 行 + for j in range(1,10): + print(i,"*",j,"=",(i*j),end=" ") \ No newline at end of file -- libgit2 0.25.0