Commit a486725b by BellCodeEditor

save project

parent 2e27d07f
Showing with 15 additions and 8 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.left(45)
pen.forward(10)
pen.circle(5,180)
pen.right(90)
pen.circle(5,180)
pen.forward(10)
pen.done()
\ No newline at end of file
pen.write("你好\nname\nvv.",font=("Times",30,"normal"))
pen1=turtle.Pen()
pen1.penup()
pen1.goto(-100,100)
pen1.pendown()
pen1.left(45)
pen1.forward(10)
pen1.circle(5,180)
pen1.right(90)
pen1.circle(5,180)
pen1.forward(10)
turtle.done()
\ 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