Commit 26085725 by BellCodeEditor

save project

parent a50ceeec
Showing with 8 additions and 0 deletions
user=123
password=456
while True:
user1=input("请输入账户")
pass1=input("请输入密码")
if user1==123 and pass1==456:
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