From 70f829c34106812b03cec67faa5786dd211eea11 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Wed, 13 Jul 2022 11:24:03 +0800 Subject: [PATCH] save project --- 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..6aafbcf --- /dev/null +++ b/diy2.py @@ -0,0 +1,4 @@ +for i in range(1,10): # 行 + for j in range(1,i+1): + print(i,"*",j,"=",(i*j),end=" ") + print() -- libgit2 0.25.0