Commit ff2581c7 by BellCodeEditor

save project

parent c33cfbc6
Showing with 8 additions and 4 deletions
name=input("勇敢的创造师,你叫什么呢?")
print(name+"你好呀")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.fillcolor("red")
pen.fillcolor("green")
pen.begin_fill()
for i in range(4):
pen.forward(200)
pen.right(90)
for i in range(180):
pen.forward(300)
pen.left(179)
pen.end_fill()
pen.hideturtle()
turtle.down
\ 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