Commit 065024e0 by BellCodeEditor

save project

parent c6b442b5
Showing with 5 additions and 3 deletions
......@@ -9,13 +9,14 @@ while True:
print("登录成功!")
break
if u!=ua:
i-=1
print("用户名错误!")
continue
if u==ua and s!=sa:
i-=1
if s!=sa:
print("密码错误!")
i-=1
print("错误,你还有"+str(i)+"次机会")
else:
print("滚!")
print("滚!是你的账号吗?警察已经来了!哈哈哈哈哈哈哈哈哈!")
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