Commit 4b726c66 by BellCodeEditor

save project

parent a40227ac
Showing with 22 additions and 5 deletions
import turtle import turtle
s=100.86/2
p=turtle.Pen() p=turtle.Pen()
p2=turtle.Pen()
p.up() p.up()
p.pencolor("red") p.pensize(10)
p.goto(-240,-180) p.pencolor("yellow")
p.fillcolor("red")
p.goto(-180,100)
p.begin_fill()
p.down() p.down()
p.write("你干嘛~嗨嗨哟!\n你劈我瓜是吧\n撒日郎!",font=("Times",50,"normal")) p.left(45)
turtle.done() p.forward(100.86)
\ No newline at end of file p.circle(100.86/2,180)
p.right(90)
p.circle(s,180)
p.forward(100.86)
p.end_fill()
p2.pensize(10)
p2.pencolor("yellow")
p2.up()
p2.goto(-240,175)
p2.down()
p2.write("中国心",font=("Times",30,"normal"))
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