Commit e5397aa5 by BellCodeEditor

save project

parent dedb63c6
Showing with 7 additions and 1 deletions
a = "SB"
b = "1234567890"
e=3
while True:
c=input("请输入账号:")
d=input("请输入密码:")
......@@ -10,7 +10,12 @@ while True:
break
if a!=c:
print("账号错误")
e-=1
elif a==c:
if b!=d:
print("密码错误")
e-=1
if e==0:
print("你个**,滚")
exit()
\ 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