List Python Tutorial

print [ i * 2  for i in [8, -2, 5] ]
print [ i for i in range(8) if i % 2 == 0 ]