Commit 1a62692a by BellCodeEditor

save project

parent adbf72bb
Showing with 5 additions and 2 deletions
...@@ -10,8 +10,10 @@ while True: ...@@ -10,8 +10,10 @@ while True:
break break
if name!=username if name!=username
print('用户名再输错就给爷gui'): print('用户名再输错就给爷gui'):
continue else:
if ward!=passward: if ward!=passward:
# continue
#if ward!=passward:
print('密码再输错就给爷gui') print('密码再输错就给爷gui')
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