Commit 353b73c6 by BellCodeEditor

save project

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