Commit 68eecdee by BellCodeEditor

auto save

parent 53bc7dc3
Showing with 14 additions and 4 deletions
1.gif

429 KB

# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
from turtle import * from turtle import *
a=int(input())
bgpic("j.gif")
fillcolor("red")
begin_fill()
left(45) left(45)
forward(100) forward(a)
circle(50,180) circle(a/2,180)
right(90) right(90)
circle(50,180) circle(a/2,180)
forward(100) forward(a)
end_fill()
up()
goto(0,0)
down()
pencolor("blue")
write("何青霞是我同桌",font=("叶根友毛笔行书2.0版",50))
done() done()
fd.jpg

108 KB

This diff is collapsed. Click to expand it.
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