Commit ec0b5b8d by BellCodeEditor

save project

parent 21d6aa5d
Showing with 3 additions and 3 deletions
......@@ -10,7 +10,6 @@ while True:
d=input("输入密码")
if username==e and userpassword==d:
print("输入成功")
print("欢迎来到贝尔编程")
break
if username==e:
print("账号输入错误")
......@@ -21,7 +20,7 @@ while True:
i=i-1
if i==0:
print("次数用完")
break
exit()
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