Commit 57572355 by BellCodeEditor

save project

parent c816b9b8
Showing with 16 additions and 0 deletions
import turtle
sb=turtle.Pen()
bs=turtle.Screen()
bs.bgcolor("yellow")
sb.write("我艹 \n 你*",font=("Times",100,"normal"))
sb.goto(-50,-50)
sb.pensize(50)
sb.pencolor("red")
sb.left(45)
sb.forward(100)
sb.circle(50,180)
sb.left(-90)
sb.circle(50,180)
sb.forward(100)
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