Commit 003368b0 by BellCodeEditor

save project

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