Commit 6b6727b5 by BellCodeEditor

save project

parent 14a10fa7
Showing with 2 additions and 2 deletions
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,0) pen.goto(100,0)
pen.write("你好",font=("Times",20,"normal")) pen.write("你好",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(10) pen1.pensize(10)
......
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