Commit b776b206 by BellCodeEditor

auto save

parent 20c33445
Showing with 3 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
s=turtle.Screen()
f=turtle.Pen()
f.pensize(20)
len=50
......@@ -11,12 +12,11 @@ f.circle(len,180)
f.forward(2*len)
f.up()
f.goto(100,-100)
f.write("煞神",font=("宋体",20))
f.write("煞神说:乔治有病吗?有病。",font=("宋体",20))
s=turtle.Screen()
s.bgcolor("pink")
screen.textin
turtle.done()
......
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