THIS is Why List Comprehension is SO Efficient! - YouTube
Python list comprehension is faster than using the .append()
method in a loop because it utilizes a special LIST_APPEND bytecode, which is more efficient than the costly object method lookup.