Commit c6dab48f by BellCodeEditor

save project

parent b597da04
Showing with 10 additions and 4 deletions
a="abc" a="abc"
b="123" b="123"
c=input("名字:")
d=input("密码:") while True:
if a==c and b==d: c=input("名字:")
d=input("密码:")
if a==c and b==d:
print("正常") print("正常")
else: break
else:
print("错误") 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