Vidyalelo
Python · Q10

Web Scraping with Python

Programming · Python · question 10

Q10

What is a common method to store scraped data?

A.
Printing data to the console
B.
Sending data via email
C.
Storing data in CSV or JSON files
Answer
D.
Uploading data to social media

Answer: Option C

Solution

Answer: Option C
Solution:
Storing data in CSV or JSON files is a common method in web scraping.