souravjain540 / Basic-Python-Programs

This repository will contain basic python programming questions and their solutions.
270 stars 391 forks source link

rename files following snake case and put in folder the files with csv #480

Closed vmailhot closed 5 months ago

vmailhot commented 5 months ago

I rename all the files to follow the snake case notation, so there is now a consistency in the repo. And I created two folders for the files that have csv files, so there is no csv file mixed with python file.

Resolve issue #478