import turtle
pen = turtle.Turtle()
pen.speed(10000000000)
pen.color("green", "red")
pen.begin_fill()
for i in range(100):
pen.forward(209)
pen.left(421)
pen.right(312)
pen.hideturtle()
turtle.done()
o == input("Do you love it?y/n")
**if o == y:**
print"Thanks, please love for me{^-^}"
if o == n:
print"Thanks for playing{^-^}"
else:
print"I can't understand what are you saying, can you say that again?
在第 16 行语法错误中,我在 trinket 中做到了我的第一个项目我把它放在 trinkets 中在 steamforVietNam 每周挑战