Commit befe9bbe by BellCodeEditor

save project

parent 5de1a7ca
Showing with 4 additions and 2 deletions
...@@ -11,7 +11,8 @@ def func(): ...@@ -11,7 +11,8 @@ def func():
total("输入数字") total("输入数字")
else: else:
total.append(unit) total.append(unit)
print(total) return total
func() a=func()
\ 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