Commit 78e31e0b by BellCodeEditor

save project

parent f0b771e2
Showing with 11 additions and 4 deletions
# 我们都爱夸夸夸
name=input("你妈还在吗")
print(name+"小美")
\ No newline at end of file
import turtle
p=turtle.Pen()
p.fillcolor("red")
p.begin_fill()
for i in range(36):
p.forward(200)
p.right(175)
p.end_fill()
p.hideturtle()
turtle.done()
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