Commit 40a1b86e by BellCodeEditor

save project

parent 849b3bf7
Showing with 10 additions and 3 deletions
n=input() # n=input()
print(n+',你是最棒的创造师耶!') # print(n+',你是最棒的创造师耶!')
\ No newline at end of file import turtle
pen=turtle.Pen()
a=input()
pen.fillcolor(a)
pen.begin_fill()
for i in range(5):
pen.forward(144)
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