Buildin Function Python Tutorial

sqdEvens = [x ** 2  for x in range(8)  if not x % 2]
for i in sqdEvens:
    print i