Commit dc10d318 by BellCodeEditor

save project

parent 5fdb0c73
Showing with 4 additions and 0 deletions
...@@ -7,6 +7,10 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码 ...@@ -7,6 +7,10 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
print("登录成功") print("登录成功")
break break
print("错了,滚") print("错了,滚")
if name != username:
print("")
if password!=username:
print("")
print("欢迎来到缅甸北部") print("欢迎来到缅甸北部")
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
......
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