Commit e1eca605 by BellCodeEditor

save project

parent dc70412a
Showing with 9 additions and 0 deletions
sdg=[1,2,3]
def l(fgb):
d=0
for i in sdg:
d=d+i
return d
a=l(sdg)
print(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