Commit 7d8e0e0a by BellCodeEditor

save project

parent 4958548e
Showing with 5 additions and 6 deletions
...@@ -6,8 +6,7 @@ while True: ...@@ -6,8 +6,7 @@ while True:
if username==name and userdassword==dassword: if username==name and userdassword==dassword:
print("c ") print("c ")
break break
if username!=name and userdassword!=dassword: elif username!=name:
print("@@") print("用户名错了")
continue else:
if userdassword!=dassword: print("账号错误")
print("@@") \ No newline at end of file
\ 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