Commit 003368b0 by BellCodeEditor

save project

parent f8e0d15c
Showing with 9 additions and 9 deletions
zh="python" import turtle
mn="123456"
yh=input("请输入用户") pen = turtle.Pen()
yhmn=input("请输入用户密码")
if(zh == yh and mn == yhmn): for in range(300):
print("搞定") pen.forward(i)
else: pen.right(91)
print("错了")
\ No newline at end of file pen.hideturtle()
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