Commit df49fc01 by BellCodeEditor

save project

parent a727b1e6
Showing with 20 additions and 0 deletions
i=3
usename="python"
userpassword="123456"
while True:
if i>0:
name==input("输户:")
password=input("输马:")
i-=1
if name == username and password==userpassword:
print("成")
break
elif name!=username:
print("错")
else:
print("错")
else:
print("锁")
exit()
print("hi")
\ 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