Question: Create one Python script to input from the user an URL, fetch the page contents using requests, and save the respective page contents to an

Create one Python script to input from the user an URL, fetch the page contents using requests, and save the respective page contents to an appropriately named text file. Wrap this request code in its own function: eg create a function getPageRequests(url). This function takes as input the URL string input from the user, requests the page, and returns the page text. Prunt the first 11 lines (eg. head -n 11 FILE.txt) of the resulting text file found at the inputted URL. Please provide a screenshot

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!