Commit abe44a0c by BellCodeEditor

save project

parent ef13fc77
import func as c
a=c.func()
b=c.summ(a)
print("总分",b)
\ No newline at end of file
......@@ -22,4 +22,4 @@ def summ(list):
sum += i
return sum
d = summ(asd)
print("价格:",d)
\ No newline at end of file
# 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