Commit c6dab48f by BellCodeEditor

save project

parent b597da04
Showing with 12 additions and 7 deletions
a="abc" a="abc"
b="123" b="123"
c=input("名字:")
d=input("密码:") while True:
if a==c and b==d: c=input("名字:")
print("正常") d=input("密码:")
else:
print("错误") if a==c and b==d:
\ No newline at end of file print("正常")
break
else:
print("错误")
print("欢迎登录")
\ 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