Commit c0d2c2d4 by BellCodeEditor

save project

parent 654bc3ba
Showing with 18 additions and 0 deletions
# 利用write()帮助悟空给诺依
import turtle
P=turtle.Pen()
P.penup()
P.goto(50,-100)
P.write("hjhd\nsakj",font=("Times",20,"normal"))
P.hideturtle()
S=turtle.Screen()
S.bgcolor("khaki")
b=turtle.Pen()
b.left(45)
b.forward(150)
b.circle(75,180)
b.right(90)
b.circle(75,180)
b.forward(150)
\ 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