Commit 8d825c5d by BellCodeEditor

save project

parent 6661f914
Showing with 8 additions and 15 deletions
import turtle name="sy"
pen=turtle.Pen() m="0921"
pen.fillcolor("green") n2=input("name:")
pen.begin_fill() m2=input("m:")
pen.left(45) if name == n2 and m == m2:
pen.forward(100) print("t")
pen.circle(50,180) else:
pen.right(90) print("f")
pen.circle(50,180)
pen.forward(100)
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