Commit 280812c6 by BellCodeEditor

save project

parent 6a042e07
Showing with 4 additions and 4 deletions
import turtle
#Pen=turtle.pen()
# pen.write("山外青山楼外楼\n"",font=("Times",30,"normal"))
# Pen.hideturtle()
Pen=turtle.pen()
pen.write("山外青山楼外楼\n"",font=("Times",30,"normal"))
Pen.hideturtle()
Pen2=turtle.pen()
pen2.left(45)
pen2.forward(100)
......
......@@ -5,7 +5,7 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.write("你好\nsB.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
......
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