Commit 7dadebcb by BellCodeEditor

save project

parent 7ea4c365
Showing with 3 additions and 1 deletions
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen(black)
sb=["green,red,orang,yellow"]
pen.color(sb%4)
distance=1 distance=1
for i in range(300): for i in range(300):
pen.forward(i) pen.forward(i)
......
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