Overview In your PyCharms editor create a new file called input.txt) and copy/paste the text from here into that file: https://panasonickitchen.com/robots.txt Read the contents of input.txt into a list called data_list). Then use for loops to go through data_list and print the user agents, the sitemaps, and the crawl delay (look at the file to know what I'm talking about) Expected Output Example 1 Here are the user agents: User-agent: . User-agent: adsbot-google User-agent: Nutch User-agent: AhrefsBot User-agent: AhrefsSite Audit User-agent: MJ12bot User-agent: Pinterest. Here are the sitemaps: Sitemap: https://panasonickitchen.com/sitemap.xml Sitemap: https://panasonickitchen.com/sitemap.xml Sitemap: https://panasonickitchen.com/sitemap.xml Here are the crawl delays: Crawl-Delay: 10.
Overview In your PyCharms editor create a new file called input.txt) and copy/paste the text from here into that file: https://panasonickitchen.com/robots.txt Read the contents of input.txt into a list called data_list). Then use for loops to go through data_list and print the user agents, the sitemaps, and the crawl delay (look at the file to know what I'm talking about) Expected Output Example 1 Here are the user agents: User-agent: . User-agent: adsbot-google User-agent: Nutch User-agent: AhrefsBot User-agent: AhrefsSite Audit User-agent: MJ12bot User-agent: Pinterest. Here are the sitemaps: Sitemap: https://panasonickitchen.com/sitemap.xml Sitemap: https://panasonickitchen.com/sitemap.xml Sitemap: https://panasonickitchen.com/sitemap.xml Here are the crawl delays: Crawl-Delay: 10.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
https://panasonickitchen.com/robots.txt

Transcribed Image Text:Overview
In your PyCharms editor create a new file called input.txt and copy/paste the text from here into that file:
https://panasonickitchen.com/robots.txt
Read the contents of input.txt into a list called (data_list). Then use for loops to go through data_list and print the user agents, the sitemaps, and the crawl delay (look at the file to
know what I'm talking about)
Expected Output
Example 1
Here are the user agents:
User-agent: *
User-agent: adsbot-google
User-agent: Nutch
User-agent: AhrefsBot
User-agent: AhrefsSiteAudit
User-agent: MJ12bot
User-agent: Pinterest
Here are the sitemaps:
Sitemap: https://panasonickitchen.com/sitemap.xml
Sitemap: https://panasonickitchen.com/sitemap.xml
Sitemap: https://panasonickitchen.com/sitemap.xml
Here are the crawl delays:
Crawl-Delay: 10

Transcribed Image Text:Specifications
• You should submit a single file called M8A1.py
• You will not submit input.txt, but I will have an identical file.
• It should follow the submission standards outlined here: Submission Standards
• Your program must populate a list called (data_list) with each line from input.txt
• Your program must print out the selected contents of data_list) using for-loops
Tips and Tricks
• You will need to use the startswith() function to determine if a string starts with a particular set of text. You can learn more about it here: https://www.geeksforgeeks.org/python-
string-startswith/B
• Don't forget to remove the extra new line characters so your output looks like mine.
Hard-Coded
Nothing is hard-coded for this file, but no user input is expected.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education