+ 3
They are so much faster than lists coz they handle one element at a time like what if u have a list of 999999 numbers? Lists would take a lot of memory suppose 500mb, but generator would just take like 10mb coz they look at one element at a time.



