Commit c5759015 by BellCodeEditor

save project

parent 841a5571
Showing with 8 additions and 3 deletions
...@@ -20,6 +20,4 @@ sum=0 ...@@ -20,6 +20,4 @@ sum=0
for i in abc : for i in abc :
sum +=i sum +=i
return sum return sum
sb=sum2(abc) #
print("重价:",b)
import func as c
data = c.a()
sum=c.sum2(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