Commit 438e33dd by BellCodeEditor

save project

parent 9d161ca0
Showing with 3 additions and 2 deletions
...@@ -17,4 +17,5 @@ def sum1(m): ...@@ -17,4 +17,5 @@ def sum1(m):
count = count + i count = count + i
return count return count
a = new_input() a = new_input()
print(a) w = sum1(a)
\ No newline at end of file print(w)
\ 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