Commit 3d477629 by BellCodeEditor

save project

parent c07b4f09
......@@ -13,9 +13,8 @@ def oo():
else:
total.append(unit)
return total
total=oo()
print("-"*50)
a=0.0
for i in total:
a+=i
print(a)
\ No newline at end of file
def moon(k):
a=0.0
for i in k:
a+=i
return a
\ No newline at end of file
import func
b=func.oo()
b=func.moon(b)
print(b)
\ 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