Commit 441c6c6e by BellCodeEditor

save project

parent 35e60132
Showing with 2 additions and 1 deletions
...@@ -20,5 +20,5 @@ def sum(qian): ...@@ -20,5 +20,5 @@ def sum(qian):
x=x+i x=x+i
return x return x
p1=lb() p1=lb()
p2=sum() p2=sum(p1)
print(p2) print(p2)
\ 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