Commit 9010c4db by BellCodeEditor

save project

parent 1a8cb287
Showing with 3 additions and 21 deletions
import turtle a = inpt("请问sb的名字是:")
s=turtle.Screen() print(a + "你好我是老6,你就是老8了!")
s.bgcolor("blue") \ No newline at end of file
P = turtle.Pen()
P.penup()
P.goto(100,-100)
P.write("你好,\nwsp!",font=("Times",30,"normal"))
P.hideturtle()
P1=turtle.Pen()
len=100
P1.color("red")
P1.pensize(10)
P1.left(45)
P1.forward(2*len)
P1.circle(len,180)
P1.right(90)
P1.circle(len,180)
P1.forward(2*len)
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