Commit ca8452c3 by BellCodeEditor

auto save

parent fa304ce6
Showing with 4 additions and 0 deletions
...@@ -14,5 +14,8 @@ def new_input(): #这是定义函数 ...@@ -14,5 +14,8 @@ def new_input(): #这是定义函数
print("-"*30) print("-"*30)
return total return total
def sum(unit):
result=new_input() #这是调用函数 result=new_input() #这是调用函数
print(result) print(result)
\ 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