Problem
Write a python program
Create a Text File that contains sales for the last month in the following companies:
a) Apple
b) Microsoft
c) Amazon
d) IBM
e) Facebook
f) Others
Write a python program that reads the Data from the file and uses matplotlib to plot a pie chart showing the sales amount of each company.