Commit 8b5dc6ef by BellCodeEditor

save project

parent db3a0674
Showing with 3 additions and 14 deletions
import turtle
pen = turtle.Pen()
pen i in ranghe (1,300)
screen = turle,screen()
screen.bgcolor("black")
c = ["red","orange","yellow","green"]
pen. forward(i)
pen. right (91)
pen.pencolor or [c(i%4)]
# 请创造师在下面接着
# 隐藏画笔,保存画布
pen.hideturtle()
turtle.done()
\ No newline at end of file
i = 5
j = 3
print(i , '*' , j , '=',i*j)
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