Commit 8a923fde by BellCodeEditor

auto save

parent da560450
Showing with 15 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
from turtle import * from turtle import *
pensize(50) up()
goto(0,-150)
down()
bgcolor("pink")
pensize(10)
pencolor("red") pencolor("red")
a = int(input("半径:"))
fillcolor("red")
left(45) left(45)
forward(100) begin_fill()
circle(50,180) forward(a*2)
circle(a,180)
right(90) right(90)
circle(50,180) circle(a,180)
forward(100) forward(a*2)
end_fill()
up() up()
goto((0,-100)) goto((0,-200))
write("我草,坤坤",font=("宋体",30)) write("妈妈,母亲节快乐!",font=("宋体",40))
......
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