Commit 14d67eb5 by BellCodeEditor

save project

parent 89ad3e59
Showing with 4 additions and 3 deletions
......@@ -17,6 +17,7 @@
# # 隐藏画笔,保存画布
# pen.hideturtle()
# turtle.done()
i = 5
i = 1
j = 7
print(i,"X",j,"=",j*i)
\ No newline at end of file
for j in range(9):
print(i,"X",j,"=",j*i)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment