Commit a3cf5a46 by BellCodeEditor

save project

parent c27b5332
Showing with 8 additions and 5 deletions
n = "python" n = "python"
w = "5418814524" w = "5418814524"
yin = input("账号:") while True:
s = input("密码:") yin = input("账号:")
if (n == yin) and (s == w): s = input("密码:")
print("账号正确") if (n == yin) and (s == w):
print("账号正确")
break
else:
print("账号错误")
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