From d3affa17aca30f6e58183a2c6553ecb55b3ef7c9 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 13 Dec 2020 15:12:23 +0800 Subject: [PATCH] save project --- diy2.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 diy2.py diff --git a/diy2.py b/diy2.py new file mode 100644 index 0000000..22ee684 --- /dev/null +++ b/diy2.py @@ -0,0 +1,5 @@ +i=1 # 行 +for j in range(1,10): # 列 + for i in range(1,10) + print(j,'*',i,'=',(j*i),end=" ") +print() \ No newline at end of file -- libgit2 0.25.0