Commit c61479f0 by BellCodeEditor

save project

parent e5844082
Showing with 5 additions and 3 deletions
...@@ -11,8 +11,11 @@ def info(): ...@@ -11,8 +11,11 @@ def info():
print("输入数字") print("输入数字")
else: else:
total.append(unit) total.append(unit)
finally:
print("-"*30)
return total
print(total)
result = info()
print(result)
info()
\ 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