Commit 814429a5 by BellCodeEditor

save project

parent feb8a84b
Showing with 11 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~
#import turtle
#pen.wrile("的阴谋呢",font=("Times",90,"normal"))
#pen.hideturtle()
#turtle.done
import turtle
pen=turtle.pen()
pen.wrile("的阴谋呢",font=("Times",90,"normal"))
pen.hideturtle()
turtle.done
\ No newline at end of file
p=turtle.pen()
p.left(45)
p.forward(100)
p.circle(50,100)
p.right(45)
p.circle(50,100)
\ 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