Question: Create a script that generates a file where all letters of the English alphabet are listed three in each line. The inside of the text file would look like:

abc
def
ghi

and so on.

Hint: This is like the previous exercise, but with a different step.