Commit 4081f533 by BellCodeEditor

save project

parent ac9a2ba7
Showing with 3 additions and 3 deletions
#利用write()帮助悟空给诺依回信吧!
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
screen.bgcolor("red")
pen1=turtle.Pen()
pen1.penup()
pen1.goto(-100,0)
pen1.pendown()
pen1.write("你好/in啊",font=("Times",20,"normal"))
pen1.write("你好啊",font=("Times",20,"normal"))
pen1.penup()
pen1.goto(0,0)
pen1.goto(180,0)
pen1.pendown()
len=60
pen1.left(45)
......
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