On 02/28/2017 11:06 PM, Andrew Kirkpatrick wrote:
The zip operator in this case takes two sequences and interleaves them into a single sequence. It might be useful if you have handy or can generate a list of keys and a list of values you want to put together in pairs using => to create a hash table. Your explicit approach makes sense for readability - it can aid comprehension if a fake address looks like a real one.
Thank you!