Commit a55278be by BellCodeEditor

save project

parent b1385590
Showing with 7 additions and 3 deletions
...@@ -8,10 +8,14 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码 ...@@ -8,10 +8,14 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
break break
print("错了,滚") print("错了,滚")
if name != username: if name != username:
print("") print("dfsgsfdgfd")
if password!=username: if password!=username:
print("") print("sadgfe")
print("欢迎来到缅甸北部") print("欢迎来到缅甸北部")
continue
if password !=username:
print("sadgfe")
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