Commit f1a20081 by BellCodeEditor

save project

parent 3a9e069e
Showing with 8 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# p=turtle.Pen()
# p.write('你好哟',font=('Times',50,'normal'))
# p.hideturtle()
# turtle.done()
# pen00=turtle.Pen()
# pen00.circle(30)
# turtle.done()
s=turtle.Screen()
s.bgcolor("blue")
p=turtle.Pen()
p.penup()
p.goto(-100,200)
p.write('你好哟',font=('Times',50,'normal'))
p.hideturtle()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor('red')
......
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