Commit 55cb4cb5 by BellCodeEditor

save project

parent 3d95b250
Showing with 7 additions and 9 deletions
total = [] username = "python"
while True: userpassword = "12345"
unit= input("请输入:") name = input("请输入用户名:")
if unit== 'q': password = input("请输入密码")
break if name == username and password == userpassword:
else: print("登录成功")
total.append(unit) \ No newline at end of file
print(total)
\ 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