This Python script reads fruit names and their prices from the fruits.csv file and outputs them in the form of a Python dictionary.
- Reads fruit names and prices from the
fruits.csvfile. - Outputs the data as a Python dictionary.
- Python
-
Clone the repository:
git clone https://github.com/Busradeveci/FruitPriceReader-Project.git
-
Run the
main.pyscript:python main.py
-
The program will read the data from the
fruits.csvfile and create a dictionary containing the fruit names and their prices.
To contribute, fork the repository and submit a pull request with your changes.