Commit 4579b02e by BellCodeEditor

save project

parent 3c1c8a18
Showing with 5 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# pen=turtle.Pen() pen=turtle.Pen()
# # 创造画笔 # 创造画笔
# pen.write("原神\n启动",font=("Times",40,"normal")) pen.write("原神\n启动",font=("Times",40,"normal"))
# pen.hideturtle() pen.hideturtle()
# turtle.done()
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.pensize(1) pen1.pensize(1)
pen1.pencolor("red") pen1.pencolor("red")
......
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