CynthiaMoore Wrote:Is as good (clear, readable) as something likeWe are cooler than Ruby people and don't need a
for i in range(10): statement statement statement end i
end
to understand 
# Ruby nums = [1, 2, 3, 4, 5] for i in nums do puts i end
# Python nums = [1, 2, 3, 4, 5] for i in nums: print(i)