Commit 8cf8c3f5 by BellCodeEditor

save project

parent 98c3f219
Showing with 7 additions and 0 deletions
import turtle import turtle
sb=turtle.Pen() sb=turtle.Pen()
sb.write("我艹 \n 你*",font=("Times",100,"normal")) sb.write("我艹 \n 你*",font=("Times",100,"normal"))
sb.left(45)
sb.forward(100)
sb.circle(50,180)
sb.left(-90)
sb.circle(50,180)
sb.forward(100)
turtle.done() 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