Commit 9a13f1ad by BellCodeEditor

save project

parent 9ae10b93
import func
graed = func.new_input()
print(func.MySum(graed))
\ No newline at end of file
...@@ -20,6 +20,3 @@ def new_input(): ...@@ -20,6 +20,3 @@ def new_input():
print('==========================================') print('==========================================')
return total return total
list1 = new_input()
print(list1)
print(MySum(list1))
\ 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