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):
for i in kju:
qpo=qpo+i
return qpo
g=hua()
d=sum(g)
print(d)
\ No newline at end of file
# g=hua()
# d=sum(g)
# print(d)
\ 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