Commit dcf039ac by BellCodeEditor

auto save

parent f1f8c27e
Showing with 7 additions and 11 deletions
def r(): while True:
total = [] i=input("请输入:")
while True: if i=="a1b23c":
unit= input("请输入:") print("欢迎您")
if unit== 'q': else:
break print("密码错误")
else: \ No newline at end of file
total.append(unit)
print(total)
r()
\ 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