I have a problem where I have to fetch the data through API calls using Python. I have the data. Now I have to convert it to a csv file.
We do not have to use numpy or panda. We can only use "Import collections" to generate csv file.
I am a beginner in python. Can someone help me with that please?