Skip to content

Module1 ICE3

Ruthvicp edited this page Feb 13, 2019 · 3 revisions

Submitted by Ruthvic Punyamurtula


Source Code : Here

Video : Youtube

1. Create an Employee class & its inherited FullTimeEmployee class. Employee has the attributes as name,family,

salary, department. Create a function to find the total number of employees and the average salary of all the employees

  • Source Code:

  • Output:

2. Design a web scraper to parse a given wiki page using beautiful soup. Extract and print the title of the page and all the 'href' tags present in the collected 'a' tags

  • Source Code

  • Output