Commit f2d9b374 by BellCodeEditor

save project

parent c448b900
Showing with 6 additions and 1 deletions
...@@ -19,6 +19,6 @@ def sum(money): ...@@ -19,6 +19,6 @@ def sum(money):
return count return count
w=a() w=a()
b=sum(w) b=sum(w)
print(b) #print(b)
import func
s=func.a()
y=func.sum(s)
print(y)
\ 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