Commit f17e9a6a by BellCodeEditor

save project

parent a50ceeec
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
hb=turtle.Pen()
hb.write("哔哩哔哩干杯",font=("宋体",30,"normal"))
pl=turtle.Pen()
pl.fillcolor("red")
pl.begin_fill()
pl.left(45)
pl.forward(100)
pl.circle(50,180)
pl.left(270)
pl.circle(50,180)
pl.forward(100)
pl.end_fill()
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