Creating lists with one line expressions
I've noticed people using one-line expressions to create lists. Will someone explain this to me?
Answers
Its called list comprehension, You can create lists in one-line without using a full for loop.
You must be logged in to submit an answer.