Commit 01a088ce by BellCodeEditor

save project

parent 87bb3b3d
Showing with 10 additions and 2 deletions
...@@ -19,6 +19,6 @@ def sum_2(list) ...@@ -19,6 +19,6 @@ def sum_2(list)
for i in abc: for i in abc:
sum +=1 sum +=1
return sum return sum
b = sum_2(abc) #b = sum_2(abc)
print("总价:"+str(b)) #print("总价:"+str(b))
import func as c
data = c.a()
sun = c.sum_2(data)
print(sum)
\ 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