Commit 0b9859d0 by BellCodeEditor

save project

parent b810c294
Showing with 18 additions and 0 deletions
i = 0
i = 0
u = "py"
p = "12"
while True:
if i<=3:
us=input("输入名字")
ps=input("输入密码")
i=i+1
else:
exit()
if (u==us) and (p==ps):
print('进入')
break
else:
print("账号或密码错误")
\ 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