Commit b7b6a296 by BellCodeEditor

save project

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