Commit 1cadf277 by BellCodeEditor

save project

parent 7d7f5ab8
Showing with 2 additions and 0 deletions
......@@ -13,9 +13,11 @@ while True:
elif username!=name
print("名字不对")
i-=1
print("还有"+str(i)+"机会")
else userpassword!=password :
print("密码不对")
i-=1
print("还有"+str(i)+"机会")
else:
print("滚!!!")
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