Commit bdfdba2c by BellCodeEditor

save project

parent 849d6119
import func
a= func.hua()
d=func.sum(a)
print(d)
\ No newline at end of file
...@@ -18,6 +18,6 @@ def sum(kju): ...@@ -18,6 +18,6 @@ def sum(kju):
for i in kju: for i in kju:
qpo=qpo+i qpo=qpo+i
return qpo return qpo
g=hua() # g=hua()
d=sum(g) # d=sum(g)
print(d) # print(d)
\ No newline at end of file \ 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