-
Notifications
You must be signed in to change notification settings - Fork 1
Module1 ICE3
Ruthvicp edited this page Feb 13, 2019
·
3 revisions
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