Commit 737f474d by BellCodeEditor

save project

parent f89e352b
Showing with 2 additions and 2 deletions
...@@ -7,4 +7,4 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码 ...@@ -7,4 +7,4 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
if name==username and password ==userpassword if name==username and password ==userpassword
print("登陆成功") print("登陆成功")
break break
# 如果的账用户输入号、密码正确,提示登陆成功 # 如果的账用户输入号、密码正确,提示登陆成功
\ 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