Commit 30dbd94e by BellCodeEditor

auto save

parent 3e08e2b4
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
f=turtle.Pen() f=turtle.Pen()
f.pensize(30) f.pensize(20)
f.left(45) f.left(45)
f.forward(200) f.forward(200)
f.circle(100,180) f.circle(100,180)
...@@ -10,7 +10,7 @@ f.circle(100,180) ...@@ -10,7 +10,7 @@ f.circle(100,180)
f.forward(200) f.forward(200)
f.up() f.up()
f.goto(100,-100) f.goto(100,-100)
f.write("煞神",font=("宋体",100)) f.write("煞神说:乔治有病吗?有病。",font=("宋体",20))
......
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