Computer Science, asked by hksingh, 5 months ago

a___is a concise description of a list creation for loop

Answers

Answered by abdulalim74449
0

Answer:

Al wala kela walaankhon

Answered by mad210202
0

Answer:

A list comprehension is a concise description of a list creation for loop .

Explanation:

To Rewrite loops and to  map() calls as a list comprehension.

  • It provide with so many choice to Choose between the  comprehensions, loops, and  the map() calls .
  • It add multiple loops in list so that it became retreated.
  • To make list good, Supercharge your comprehensions with the conditional logic .
  • Use comprehensions to replace it with  filter()  function.
  • Profile or define your code to solve performance questions.
Similar questions