Commit 83b6aa7c by BellCodeEditor

save project

parent cf31748c
......@@ -12,11 +12,11 @@ def a():
else:
total.append(unit2)
return total
b=a()
#b=a()
def p(c):
money=0
for i in c:
money=money+i
return money
u=p(b)
print(u)
\ No newline at end of file
#u=p(b)
#print(u)
\ No newline at end of file
import func
a=func.a()
p=func.p(a)
print(p)
\ 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