Commit 63f5a65e by BellCodeEditor

save project

parent ef4f7220
Showing with 5 additions and 2 deletions
p=0
def a(): def a():
total = [] total = []
...@@ -14,4 +15,6 @@ def a(): ...@@ -14,4 +15,6 @@ def a():
total.append(unit) total.append(unit)
return total return total
c=a() c=a()
print(c) for i in c:
\ No newline at end of file p=int(P)+int(c)
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