Commit f84df5dd by BellCodeEditor

save project

parent 6d5655d3
Showing with 5 additions and 4 deletions
...@@ -2,12 +2,13 @@ ...@@ -2,12 +2,13 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(0,-52) pen.goto(10,-52)
pen.write("你好",font=("楷体",100,"normal")) pen.pendown()
pen.write("你好jfucktyhkudrrs",font=("楷体",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.fillcolor("gold") pen1.fillcolor("green")
pen1.begin_fill() pen1.begin_fill()
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(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