Commit 12b6d46d by BellCodeEditor

save project

parent 3515f1dd
Showing with 20 additions and 2 deletions
# 我们都爱夸夸夸
\ No newline at end of file
import turtle
s=turtle.Screen()
s.bgcolor("red")
P = turtle.Pen()
P.penup()
P.goto(100,-100)
P.write("你好,\nfy67r6tg8657!",font=("Times",30,"normal"))
P.hideturtle()
P1=turtle.Pen()
P1.color("blue")
P1.pensize(10)
P1.left(45)
P1.forward(100)
P1.circle(50,180)
P1.right(90)
P1.circle(50,180)
P1.forward(100)
P1.hideturtle()
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