Commit cfd5de5e by BellCodeEditor

save project

parent 3664a513
Showing with 4 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
p1 = turtle.Pen() p1 = turtle.Pen()
p1.penup()
p1.goto(-100,-150)
p1.write("诺伊,\nturtle真好用!\n我也会做贺卡啦!",font = ("宋体",26,"normal")) p1.write("诺伊,\nturtle真好用!\n我也会做贺卡啦!",font = ("宋体",26,"normal"))
p1.hideturtle() p1.hideturtle()
......
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