Commit 4e398a77 by BellCodeEditor

save project

parent fcbe9fa1
Showing with 8 additions and 1 deletions
n="python"
w="123456"
while True:
zhang = input("账号:")
mi = input("密码:")
if(n == zhang)or(w == mi)
print("登录成功")
else:
print("bug")
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