codejunky

Untitled

Feb 2nd, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. def checkio(els):
  2.     res = 0
  3.     for i in range(3):
  4.         res += els[i]
  5.     return res
Add Comment
Please, Sign In to add comment