Commit b6f8569b by BellCodeEditor

save project

parent b90da07f
Showing with 5 additions and 3 deletions
......@@ -13,10 +13,12 @@ while True:
break
if name!=username:
print("账号错误")
i=i+1
print("你已用了"+str(i)+)
print("请重新输入密码")
continue
i=+1
if sb!=userpassword:
print("密码错误")
else exit()
print("请重新输入密码")
else:
exit()
print("欢迎来到贝尔编程")
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