Commit 20c33445 by BellCodeEditor

auto save

parent 47de3b3a
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
f=turtle.Pen() f=turtle.Pen()
f.pensize(40) f.pensize(20)
len=50 len=50
f.left(45) f.left(45)
f.forward(2*len) f.forward(2*len)
...@@ -11,7 +11,7 @@ f.circle(len,180) ...@@ -11,7 +11,7 @@ f.circle(len,180)
f.forward(2*len) f.forward(2*len)
f.up() f.up()
f.goto(100,-100) f.goto(100,-100)
f.write("煞神",font=("宋体",60)) f.write("煞神",font=("宋体",20))
s=turtle.Screen() s=turtle.Screen()
s.bgcolor("pink") s.bgcolor("pink")
screen.textin screen.textin
......
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