Commit 46ba71a4 by BellCodeEditor

save project

parent fc45a432
Showing with 4 additions and 11 deletions
i = 5 #行
import turtle j = 3 #列
print(j,'*',(j*i))
pen = turtle.Pen() \ No newline at end of file
colors=["red","orange","yellow","green"]
for i in range(300):
pen.forward(distance)
distance+=1
pen.right(91)
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