Commit 9988c3bb by BellCodeEditor

save project

parent e845d159
Showing with 15 additions and 0 deletions
username="comrade"
userpassword="12345"
while True:
name=input("请输入")
password=input("请输入")
if name == username and password == userpassword:
print("登陆成功!")
break
if name != username:
print("不存在")
continue
if password != userpassword:
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