"For" loops are used to iterate over a given sequence. On each iteration, the variable defined in "for" loop will be assigned to the next value in the list. Print each prime number from "primes" list using "for" loop.