Lena is a very curious programmer, she wants to know if she can create other types of files apart from .txt files using the os package.
Help Lena write the required additional code to create a new file numbers.csv using the correct functions from the os package. Below is the code Lena has written so far: