Contribution on Lazy Evaluation at Wikipedia

Recently made a contribution to Wikipedia article on Lazy Evaluation in Python section. You can have a look at the diff here The contribution discusses how Python manifests lazy evaluation by implementing iterators (lazy sequences) unlike tuple or list sequences...