Commit 9e26cd4b by BellCodeEditor

save project

parent 90688488
Showing with 18 additions and 5 deletions
import turtle
p = turtle.Pen()
p.write("锄禾日当午4t4rgrgee\n",
font=("Times",30,"normal"))
p.pencolor("tomato")
p.fillcolor("red")
p.goto(0,-100)
p.left(45)
p.begin_fill()
p.forward(200)
p.circle(100,180)
p.right(90)
p.circle(100,180)
p.forward(200)
p.end_fill()
p.write("锄禾日当午4t4rgrgee\n")
font=(Times,30,nromal)
turtle.done()
\ No newline at end of file
p.penup()
p.goto(100,100)
p.write("你好")
turtle.done()
\ No newline at end of file
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