Commit 7e3c6fb8 by BellCodeEditor

auto save

parent caa4db56
Showing with 15 additions and 3 deletions
print(11 or 2)
\ No newline at end of file
name=input('勇于挑战的创造师你叫嘛') import turtle
print(name + ',你好') t=turtle.Pen()
\ No newline at end of file c=input('你想要啥色的五角星')
t.pencolor(c)
t.fillcolor(c)
t.begin_fill()
for i in range(5):
t.forward(150)
t.right(36)
t.end_fill()
turtle.done()
\ 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