Commit e6a62969 by BellCodeEditor

save project

parent a1dae0dc
Showing with 8 additions and 0 deletions
...@@ -14,3 +14,11 @@ def abc(): ...@@ -14,3 +14,11 @@ def abc():
return total return total
a=abc() a=abc()
print(a) print(a)
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