Commit c34615ae by BellCodeEditor

save project

parent da1f1399
Showing with 2 additions and 2 deletions
......@@ -9,10 +9,10 @@ while True:
print("恭喜进入")
break
print("不对")
if username!=name
elif username!=name
print("名字不对")
continue
if userpassword!=password :
else userpassword!=password :
print("密码不对")
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