Commit 9b771e08 by BellCodeEditor

save project

parent 7192dc01
Showing with 7 additions and 7 deletions
total=[]
#total=[]
def aaa():
#total=[]
total=[]
while True:
unit= input("请输入:")
if unit== 'q':
......@@ -15,7 +15,7 @@ def aaa():
total.append(unit)
finally:
print('-'*30)
print(total)
#return total
aaa()
print(total)
\ No newline at end of file
#print(total)
return total
e=aaa()
print(e)
\ 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