0 votes
in Python by
What are Dict and List comprehensions in Python?

1 Answer

0 votes
by

These are mostly used as syntax constructions to ease the creation of list and dictionaries based on existing iterable.

Related questions

0 votes
asked Dec 31, 2020 in Python by SakshiSharma
0 votes
asked Dec 22, 2019 in Python by rajeshsharma
...