Commit 3b2868a1 by BellCodeEditor

save project

parent 60580176
Showing with 4 additions and 10 deletions
import turtle
sb=["red","yellow","blue","green"]
pen=turtle.Pen()
pen.speed(1000)
for i in range(1,9999999999999999999999999999999999999999999999999999999999999999999):
pen.pencolor(sb[i%4])
pen.forward(i)
pen.right(91)
turtle.done()
\ No newline at end of file
sb=3
usb=5
print(sb,"*",usb,"=",15)
\ 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