Commit 7db097dd by BellCodeEditor

save project

parent 27fb7ac7
Showing with 3 additions and 0 deletions
...@@ -3,4 +3,6 @@ def sun(a): ...@@ -3,4 +3,6 @@ def sun(a):
for i in a: for i in a:
z+=i z+=i
return z return z
v=new_input()
f=sun(v)
sun() sun()
\ 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