How does the code inside a list comprehension access each element of the original list?

Using a for loop to iterate through each elementIt doesn't it can just access the first element

Using a for loop to iterate through each element.