Commit dcf039ac by BellCodeEditor

auto save

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