Commit 4ebf3fb5 by BellCodeEditor

save project

parent e0b814be
Showing with 20 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~#
import turtle
Pen=
\ No newline at end of file
#import turtle
#P=turtle.Pen()
#P.write("hi",font=("Times",30,"normal"))
#turtle.dome()
#P.hideturtle()
P1=turtle.Pen()
P1.pensize(10)
P1.pencolor("red")
P1.left(45)
P1.forward(100)
P1.circle(50,180)
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