Commit 5486c76e by BellCodeEditor

save project

parent 64652ab0
Showing with 11 additions and 3 deletions
a=input("你叫啥?")
print(a+",hi😜")
\ No newline at end of file
d=input("what color?")
import turtle
a=turtle.Pen()
a.fillcolor(d)
a.begin_fill()
for i in range(5):
a.forward(150)
a.left(144)
a.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