Commit e6a62969 by BellCodeEditor

save project

parent a1dae0dc
Showing with 9 additions and 2 deletions
...@@ -13,4 +13,12 @@ def abc(): ...@@ -13,4 +13,12 @@ def abc():
total.append(unit) total.append(unit)
return total return total
a=abc() a=abc()
print(a) print(a)
\ No newline at end of file
def sum(num):
count=0
for i in num:
count=count+1
return count
pay = sum(a)
print(pay)
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