Commit ff2cc3c9 by BellCodeEditor

save project

parent 5f110e53
Showing with 5 additions and 13 deletions
import turtle
pen = turtle.Pen()
a=['red','blue','green','yellow']
pen.speed(0)
screen=turtle.Screen()
screen.bgcolor('black')
for i in range(1,300):
pen.pencolor(a[i%4])
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
\ No newline at end of file
a = 8
b = 9
print(a,'x','=',(a*b))
\ No newline at end of file
++ "b/\344\275\216"
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