Commit aea6907d by BellCodeEditor

save project

parent d4597e9f
Showing with 2 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺衣\n",font=("Times",30,"normal")) pen.write("诺衣\n",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
...@@ -10,6 +8,6 @@ pen1=turtle.pen() ...@@ -10,6 +8,6 @@ pen1=turtle.pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forword(2*len)
pen1. pen1.
pen1. pen1.
\ 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