Commit 47e6a138 by BellCodeEditor

save project

parent 4b81161d
Showing with 16 additions and 5 deletions
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("fywagufh\naufhiueafh\n擦拭开好房间啊\n安航空技术\n的哈哈 ",font=("Times",30,"normal")) # pen.write("均为晋祠晋祠哦文件我成为会成为",font="Times",30,"normal"))
pen.hideturtle() # pen.hideturtle()
turtle.done() # turtle.done()
\ No newline at end of file
pen=turtle.Pen()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.hideturtle()
turtle.done()
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