#Day2 - List/Dictionary Comprehension in Python
List/Dictionary Comprehension is an elegant one-liner to iterate over a List/Dictionary. They allow us to create new objects based on the already existing ones.
The syntax for both List and Dictionary Comprehension are pretty similar and although I'l...
realpythonproject.hashnode.dev3 min read