Commit dcf039ac by BellCodeEditor

auto save

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