Commit 8b98d986 by BellCodeEditor

save project

parent c8aa872c
Showing with 11 additions and 6 deletions
# 我们都爱夸夸夸
name=input("你是**吗?")
print(name+"ssssss")
import turtle
p=turtle.Pen()
t=input("你要什么颜色")
p=fillcolor(t)
p.begin_fill()
for i in range(5):
p.forward(100)
p.right(144)
p.end_fill()
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