Commit 83859a24 by BellCodeEditor

save project

parent c9797d31
Showing with 13 additions and 0 deletions
un = "python"
pwd = "123456"
while True:
name = input("name")
upwd = input("pwd")
if name == un and pwd == upwd:
print("ok")
if name != un:
print("not name")
elif pwd != upwd:
print("not pwd")
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