Commit 609a1889 by BellCodeEditor

save project

parent 579ff35c
Showing with 6 additions and 8 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
write("你好呀,诺一,贺卡我喜欢",font = ("times",20,"normil"))
#pen = turtle.Pen()
#write("你好呀,诺一",font = ("times",20,"normil")
#turtle.done()
pen1 = turtle.Pen()
pen1.pencolor("light black")
pen1.pensize(1)
pen1.pencolor("blue")
pen1.pensize()
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
......
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