Commit 465b66cc by BellCodeEditor

save project

parent cf4682a4
Showing with 2 additions and 0 deletions
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
import turtle as t import turtle as t
t.Pen() t.Pen()
t.Screen()
t.bgcolor('yellow')
t.color('red') t.color('red')
t.penup() t.penup()
t.goto(100, -100) t.goto(100, -100)
......
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