how to iterate by 3 through a for loop swift code example Example: how to loop swift for n in 1...5 { print(n) } // Output: 1 2 3 4 5