Commit fc207115 by BellCodeEditor

save project

parent 5e212b9d
Showing with 5 additions and 9 deletions
def sun(a):
z=0
for i in a:
z+=i
return z
v=new_input()
f=sun(v)
sun()
\ No newline at end of file
import func
a=func.new_input()
k=func.sun(a)
print(k)
\ 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