Commit 73edc450 by BellCodeEditor

save project

parent 021a0c85
Showing with 4 additions and 2 deletions
...@@ -2,8 +2,10 @@ import turtle ...@@ -2,8 +2,10 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen=bgcolor('red') screen.bgcolor('blue')
pen.write('sbsbbsb\nsbbbsb',font=('times',20,'normal'))
pen1.write('sbsbbsb\nsbbbsb',font=('times',20,'normal'))
......
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