Commit 24c1ba56 by BellCodeEditor

save project

parent 747f2e4d
Showing with 12 additions and 2 deletions
......@@ -10,16 +10,26 @@ while True:
break
if name != username:
print("用户名错误")
cishu=cishu+1
cishu=cishu-1
print(str(cishu))
continue
if password != userpassword:
print("密码错误")
cishu=cishu+1
cishu=cishu-1
print(str(cishu))
else:
print("煞笔")
exit()
print("欢迎来到贝尔编程!")
i=3
i=i-1
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