Commit dc6a2bd1 by BellCodeEditor

save project

parent e356f8a8
Showing with 11 additions and 9 deletions
total = [] def ikun():
while True: new_input=[]
unit= input("请输入:") while True:
if unit== 'q': sb=input('个多月的广泛调研成')
break if sb=='q':
else: break
total.append(unit) else:
print(total) new_input.append(sb)
\ No newline at end of file print(new_input)
ikun()
\ 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