Commit 7d8e0e0a by BellCodeEditor

save project

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