How does the code inside a list comprehension access each element of the original list?
for
Using a for loop to iterate through each element.