How do we loop through a list?
With a for loop
With a
print()
statement
With list function
It's only possible with a while loop
With a for loop.