Commit fd6ebca2 by BellCodeEditor

save project

parent ac8c38c2
Showing with 5 additions and 3 deletions
...@@ -9,6 +9,8 @@ while True: ...@@ -9,6 +9,8 @@ while True:
print("欢迎来到贝尔编程") print("欢迎来到贝尔编程")
if name!=username: if name!=username:
print("用户名错误") print("用户名错误")
if name!= if name!=userpassword:
print("密码错误")
print("额,你还有"+str(i)+"次登陆机会")
else: else:
print print("Warning")
\ No newline at end of file \ 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