I had mentioned the two of collection data types, called set and tuple, at my previous post “Collection Data Types in Python: Part 1”. In this post, I will mention last two of collection data types, called list and dictionary with the same scenario in Part 1. Let’s remember the…