Commit b7b6a296 by BellCodeEditor

save project

parent 35fd717f
Showing with 11 additions and 9 deletions
lb=[]
while True:
unite=input('请输入:')
if unite=='q':
break
else:
lb.append(unite)
\ No newline at end of file
def tortol():
lb=[]
while True:
unite=input('请输入:')
if unite=='q':
print(lb)
break
else:
lb.append(unite)
tortol()
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