Commit 7c2609b7 by BellCodeEditor

save project

parent ff4e66e2
def cpun(a):
count=0
for i in a:
count=count+i
return count
......@@ -12,5 +12,3 @@ def new_input():
else:
total.append(unit)
return total
a=new_input()
print(a)
\ No newline at end of file
import awsf,func
c=func.new_input()
b=awsf.cpun(c)
print(b)
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