Commit 6bc93b36 by BellCodeEditor

save project

parent feea32f6
......@@ -19,4 +19,3 @@ def sum(list):
price=price+i
return price
print(sum(new_input()))
\ No newline at end of file
import func
a=func.new_input()
b=func.sum(a)
print(b)
\ 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