Commit 81285e00 by BellCodeEditor

save project

parent 4b1620c7
Showing with 6 additions and 7 deletions
total = []
def ____(): def ____():
total = [] global unit
# global unit global total
# global total
while True: while True:
try: try:
unit= input("请输入:") unit= input("请输入:")
...@@ -13,6 +13,5 @@ def ____(): ...@@ -13,6 +13,5 @@ def ____():
print("请填写数字!") print("请填写数字!")
finally: finally:
print("-"*10) print("-"*10)
return total ____()
f__k=____() print(total)
print(f__k) \ 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