Commit 35ccbaed by BellCodeEditor

save project

parent a69bcf6d
Showing with 87 additions and 0 deletions
......@@ -16,3 +16,90 @@ def new_input():
a = new_input()
print(a)
def ab (c):
d = 0
for i in c:
d=d+i
return d
f = ab(a)
print(f)
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