Commit 47fca915 by BellCodeEditor

save project

parent 07a4a69e
Showing with 6 additions and 14 deletions
import turtle sb =input("我是你爸爸")
pen = turtle.Pen() if sb=="是的":
pen.fillcolor("green") print("好的儿子,我是你爸爸")
pen.begin_fill() else:
for i in range (360): print("不可能,你就是我儿子")
pen.forward(1) \ No newline at end of file
pen.right(1)
pen.right(70)
for i in range(5):
pen.forward(110)
pen.right(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