Commit ebb2a287 by BellCodeEditor

auto save

parent a04c7288
Showing with 8 additions and 7 deletions
i = 5 # 行
j = 3 # 列
# 使用变量i和j,代替乘法算式里面的元素,打印出单个乘法算式
print(j,"*",i,"=",j*i)
import turtle
a=turtle.Pen()
for i in range(6):
for i in range(8):
a.forward(50)
a.right(45)
a.right(60)
turtle.done()
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