Commit 7633c6c0 by BellCodeEditor

save project

parent bbdf22ab
Showing with 8 additions and 4 deletions
...@@ -14,7 +14,10 @@ def new_input(): ...@@ -14,7 +14,10 @@ def new_input():
print(total) print(total)
return total return total
a = new_input() a = new_input()
print(new _input) def ab (c):
d = 0
for i in c:
d=d+i
return d
f = ab(a)
print(f)
\ 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