From 577833075abf88d99008830993cb7171ce743341 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 29 May 2022 16:45:56 +0800 Subject: [PATCH] save project --- diy2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy2.py b/diy2.py index 6472b0a..a17e396 100644 --- a/diy2.py +++ b/diy2.py @@ -1,3 +1,4 @@ -for j in i +i = 1 # 行 +for j in range(1,10): # 列 # 使用变量i和j,代替乘法算式里面的元素,打印出单个乘法算式 print(j,'*',i,'=',(j*i),end=" ") \ No newline at end of file -- libgit2 0.25.0