Commit c3ed5109 by BellCodeEditor

save project

parent 9be9a218
Showing with 10 additions and 10 deletions
def new_input: def new_input():
total=[] total=[]
input() while True:
while Ture: a=input("请输入:")
unit=inpot() if a=="q":
if unit=="q" break
berak else:
else: total.append(a)
total.append(unit) print(total)
print(total) new_input()
\ No newline at end of file \ 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