Commit 70890e6a by BellCodeEditor

save project

parent 6c3d8425
Showing with 9 additions and 2 deletions
......@@ -13,7 +13,13 @@ def now_inpurt():
total.append(unit)
print(total)
return total
now_inpurt()
print(now_inpurt())
a=now_inpurt()
def ab (c):
d=0
for i in c :
d=d+i
return d
f =ab(a)
print(f)
\ 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