Commit 398bd052 by BellCodeEditor

save project

parent 6d13105f
......@@ -12,13 +12,13 @@ def abc():
else:
total.append(unit)
return total
a=abc()
print(a)
#a=abc()
#print(a)
def sum(num):
count=0
for i in num:
count=count+1
count=count+i
return count
pay = sum(a)
print(pay)
#pay = sum(a)
#print(pay)
import func
data =func.abc()
score=func.sum(data)
print(score)
\ 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