Commit 942e000e by BellCodeEditor

save project

parent e7efb789
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ while True:
n1=input("请输入账户名:")
m1=input("密码")
i=i-1
if n==n1 and m=m1:
if n==n1 and m==m1:
print("登录成功")
break
if a!=a1:
......
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