Commit 353b73c6 by BellCodeEditor

save project

parent 1079d66f
......@@ -14,10 +14,4 @@ def new_input():
print(total)
return total
a=new_input()
def ab (c):
d=0
for i in c:
d=d+i
return d
f=ab(a)
print(f)
print(a)
\ No newline at end of file
import op
a_a=op.new_input()
pol=op.ab(a_a)
print(pol)
\ 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