Commit f1cc01d8 by BellCodeEditor

save project

parent 320410e2
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ pen.pencolor("dark blue") ...@@ -5,7 +5,7 @@ pen.pencolor("dark blue")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.pendown() pen.pendown()
pen.write("hello,world!") pen.write("hello,world!",font=("宋体",30))
pe=turtle.Pen() pe=turtle.Pen()
pe.pensize(5) pe.pensize(5)
pe.pencolor("red") pe.pencolor("red")
......
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