Doubt regarding submission

I didn’t understand how am I supposed to submit the solution.

Do I need to write the Python code in a Jupyter Notebook an then submit it or should I just create a CSV file and then upload that.

How will I be given Joke Id as input?

Please explain in detail how to submit this project and what files I need to upload.

hey @parresh77-g ,
In this task you will be provided with a ID.csv file, you need to scrap each joke corresponding to each ID given in that csv file.
Create another csv file , which contains ID and respective joke.
Save that csv file ( without index ) and submit it.

There is no need to submit the code . Just the csv file.

I hope this helps.