Commit 63f5a65e by BellCodeEditor

save project

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