Commit 2bbdc65c by BellCodeEditor

save project

parent 8898364c
Showing with 3 additions and 3 deletions
...@@ -17,8 +17,8 @@ def s(qp): ...@@ -17,8 +17,8 @@ def s(qp):
s=0 s=0
for i in qp: for i in qp:
s=s+i s=s+i
return qp return s
b=a() b=a()
c=s(b) c=s(b)
print(ninyigongxiaofeilec) print(str(c))
\ No newline at end of file \ 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