Statement Python Tutorial

G = (x ** 2  for x in range(4))
print G.next(  )