Commit 81285e00 by BellCodeEditor

save project

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