Commit cf3be09a by BellCodeEditor

save project

parent 78ee6e63
import func
a=func.kk()
b=func.sum(a)
print(b)
\ No newline at end of file
import
\ No newline at end of file
...@@ -16,6 +16,3 @@ def sum(a): ...@@ -16,6 +16,3 @@ def sum(a):
for i in a: for i in a:
qh=qh+i qh=qh+i
return qh return qh
b=kk()
p=sum(b)
print(p)
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