Commit acdebcfd by BellCodeEditor

save project

parent 866c8ad9
Showing with 5 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
p.penup()
p.goto
p.write("你好,诺依你真的非常厉害!!,\n我很崇拜你 !!\n",font=("黑体",15,"normal")) p.write("你好,诺依你真的非常厉害!!,\n我很崇拜你 !!\n",font=("黑体",15,"normal"))
p.hideturtle() p.hideturtle()
s = turtle.screen()
s.becolor("bule")
turtle.done turtle.done
\ No newline at end of file
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