Commit b7b6a296 by BellCodeEditor

save project

parent 35fd717f
Showing with 6 additions and 3 deletions
def tortol():
lb=[] lb=[]
while True: while True:
unite=input('请输入:') unite=input('请输入:')
if unite=='q': if unite=='q':
print(lb)
break break
else: else:
lb.append(unite) 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