'''
- We shall be scrapping a table of Highest Mountains Peaks in Africa on wikipedia
- The table is made-up of 98 rows and 9 Columns
- We're going to create a new table from the original copy and it'll contain only a few columns relevant to this Project
- The New Table will include only 3 columns
- The new table will be saved in a csv file which will then be retrived using tkinter
- A New Python file (output.py) is used to display the saved csv in table format '''