Please write some code thatcreates a text file and writesthe items oflist numbers = [1, 2, 3]to that text file.

The text file content should look like following:

1
2
3