Project Brief
Your task for this project is to scrape the first section of the Mathematics Wikipedia page using Python, along with the requests and the BeautifulSoup libraries, and save the results in a text file. Here is the link to the page you need to scrape:
https://en.wikipedia.org/wiki/Mathematics
This is the content you need to scrape:
Project Expected Output
Your code should generate a text file that should contain the content of the first section of the Mathematics Wikipedia article.