Commit 317002e9 by BellCodeEditor

save project

parent d4c87acf
Showing with 3 additions and 27 deletions
import turtle
pen = turtle.Pen()
pen.penup()
pen.goto(0,-200)
pen.pendown()
pen.circle(200)
pen.penup()
pen.goto(-100,50)
pen.pendown()
pen.fillcolor("blue")
pen.begin_fill()
pen.circle(20)
pen.penup()
pen.goto(100,50)
pen.circle(20)
pen.end_fill()
pen.goto(0,50)
pen.pendown()
turtle.circle(-50,steps=3)
pen.hideturtle()
pen.penup()
pen.goto(-150,-70)
pen.pendown()
pen.goto(0,-170)
pen.goto(150,-70)
pen.hideturtle()
turtle.done()
name=input("勇于挑战的创造师你叫什么呀?")
print(name+"你好呀")
\ 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