Commit a2f3f05c by BellCodeEditor

auto save

parent 2810a29e
......@@ -17,6 +17,6 @@ def sum(money):
a=a+i
return a
e=new_input()
#e=new_input()
print(sum(e))
\ No newline at end of file
#print(sum(e))
\ No newline at end of file
import func
a=func.new_input()
for i in func:
a=0
a=a+i
return a
\ 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