Instantly share code, notes, and snippets.
// js NONE
-- haskell > sum [x | x <- [1..10]]
# python > print sum([i for i in range(10)])