1. Output a header in the console: “This is Program13 – ” 2. Print…

Question Answered step-by-step 1. Output a header in the console: “This is Program13 – ” 2. Print… 1. Output a header in the console: “This is Program13 – ” 2. Print “This program demonstrates using Python to work with PDF and MS Word documents, and CSV and JSON data.” 3. Use classes and functions to organize the functionality of this program. You should have the following classes: PDFProcessing, WordProcessing, CSVProcessing, and JSONProcessing. Include the appropriate data and functions in each class to perform the requirements below. 4. Determine and display the number of pages in meetingminutes.pdf. 5. Ask the user to enter a page number and display the text on that page. 6. Determine and display the number of paragraphs in demo.docx. 7. Ask the user to enter a paragraph number and display the text of that paragraph. 8. Display the contents of example.csv. 9. Ask the user to enter data and update example.csv with that data. 10. Ask the user to enter seven cities and an adjective for each city (e.g. Austin, Awesome). Enter the data into a Python dictionary.11. Convert the Python dictionary to a string of JSON-formatted data. Display the JSON data Computer Science Engineering & Technology Python Programming COSC 1337 Share QuestionEmailCopy link Comments (0)

Leave a Comment

Your email address will not be published. Required fields are marked *