Commit 2039b8e1 by BellCodeEditor

save project

parent ea4dbf5a
Showing with 9 additions and 0 deletions
......@@ -19,3 +19,12 @@
# # 隐藏画笔,保存画布
# pen.hideturtle()
# turtle.done()
i = 5
j = 7
print(j,"*",i"=",(j*i))
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