Commit 1554764a by BellCodeEditor

save project

parent f56faaff
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好SB",font=("Times",30,"normal")) pen.write("你好SB",font=("Times",30,"normal"))
turtle.done() screen=turtle.Screen()
screen.bgcolor("light blue")
penl=turtle.Pen() penl=turtle.Pen()
penl.pencoize(5) penl.pencoize(5)
......
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