Commit 2e555434 by BellCodeEditor

save project

parent ff659bcd
Showing with 1 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.goto(0,-50)
pen.write("诺伊,\n turtle模块真好用",font=("Times",20,"normal")) pen.write("诺伊,\n turtle模块真好用",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
......
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