Commit 3bec1165 by BellCodeEditor

save project

parent fccc258d
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
import turtle import turtle
colors=["blue","yellow","cyan","red"] colors=["blue","yellow","cyan","red"]
pen = turtle.Pen() pen = turtle.Pen()
pen.screensize(240,180,"blak")
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