Commit e83b66e3 by BellCodeEditor

auto save

parent cf7e2531
Showing with 10 additions and 8 deletions
...@@ -8,15 +8,16 @@ while True: ...@@ -8,15 +8,16 @@ while True:
i=i+1 i=i+1
# 如果用户输入的账号、密码正确,提示登陆成功 # 如果用户输入的账号、密码正确,提示登陆成功
if name==username and password==userpassword:
print("成功d=====( ̄▽ ̄*)b")
break
if name!=username:
print("名字X(;´༎ຶД༎ຶ`)")
continue
if password!=userpassword:
print("密码X(;´༎ຶД༎ຶ`)")
if i==5: if i==5:
print("已锁定U•ェ•*U") print("已锁定U•ェ•*U")
exit() exit()
else
if name==username and password==userpassword:
print("成功d=====( ̄▽ ̄*)b")
break
if name!=username:
print("名字X(;´༎ຶД༎ຶ`)")
continue
if password!=userpassword:
print("密码X(;´༎ຶД༎ຶ`)")
print("欢迎(❤ ω ❤)") 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