Commit efcde239 by BellCodeEditor

auto save

parent 47ee78df
Showing with 8 additions and 2 deletions
...@@ -15,8 +15,14 @@ while True: ...@@ -15,8 +15,14 @@ while True:
i-=1 i-=1
print("您还有"+str(i)+"次") print("您还有"+str(i)+"次")
continue continue
if name == username and password == userpassword: if name == username and password == userpassword:
print("登录成功!") print("登录成功!")
print("欢迎来到贝尔编程!")
break break
print("用户名和密码错误!请重新输入") else:
print("欢迎来到贝尔编程!") print("您的次数已用完")
break
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