Please write some code thatcreates a text file and writesthe items oflist numbers = [1, 2, 3]to that text file.
numbers = [1, 2, 3]
The text file content should look like following:
123