Commit ec87a0ff by BellCodeEditor

save project

parent 2dec1c60
Showing with 6 additions and 10 deletions
import turtle str = input("1+1等不等于2")
pen = turtle.Pen() print(str)
pen.fillcolor("blue") if str == "是":
pen.begin_fill() print("真聪明")
for i in range(5): else:
pen.forward(200) print("sb")
pen.left(144)
pen.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