Commit 1d772df0 by BellCodeEditor

auto save

parent b2ac834d
Showing with 8 additions and 1 deletions
i=1
j=1
for i in range(1,10):
for i in range(1,10):
i=i+1
print(i,'x',j,'=',(i*j),end=" ")
...@@ -12,4 +12,4 @@ for i in range(1,300): ...@@ -12,4 +12,4 @@ for i in range(1,300):
pen.right(91) pen.right(91)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
\ 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