Commit 987ec6ea by BellCodeEditor

save project

parent 11bcb1e7
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ while True:
if password != userpassword:
print("密码错误")
i+=1
b=3-i
int(b)=3-i
print("剩余次数:"+b)
if i==3:
exit()
......
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