Commit cfbf2df5 by BellCodeEditor

save project

parent 63ac3d7b
Showing with 3 additions and 1 deletions
i=3
username = "python" username = "python"
userpassword = "123456" userpassword = "123456"
i=3
while True: while True:
if i>0: if i>0:
name = input("请输入用户名:") name = input("请输入用户名:")
...@@ -16,4 +16,5 @@ while True: ...@@ -16,4 +16,5 @@ while True:
print("密码错误!请重新输入") print("密码错误!请重新输入")
else: else:
print("你的账号已锁定") print("你的账号已锁定")
exit()
print("偷看我日记?滚!") 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