Commit 7db0b578 by BellCodeEditor

save project

parent c318bdc4
Showing with 1 additions and 1 deletions
x=[1,2,3,4] x=[1,2,3,4]
def xpy(y): def xpy(y):
py=0 a=0
for i in x: for i in x:
a=a+i a=a+i
return a return a
......
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