Skip to main content
edited title
Link
Chris
  • 4.7k
  • 1
  • 7
  • 36

Written a A function that opens a CSV file

Became Hot Network Question
added 2 characters in body; edited tags
Source Link
toolic
  • 15.8k
  • 6
  • 29
  • 217

I'm working on a project that requires me to open CSV files, it. It must check that the file is open and then return it to main, I've. I've written a function to do so and would like to know how it looks, if I've written it well or how I can improve it:

I'm working on a project that requires me to open CSV files, it must check that the file is open and then return it to main, I've written a function to do so and would like to know how it looks, if I've written it well or how I can improve it:

I'm working on a project that requires me to open CSV files. It must check that the file is open and then return it to main. I've written a function to do so and would like to know how it looks, if I've written it well or how I can improve it:

added 24 characters in body
Source Link

menu.py

open_csv.py

menu.py

open_csv.py

added 685 characters in body
Source Link
Loading
formatting
Source Link
Chris
  • 4.7k
  • 1
  • 7
  • 36
Loading
Source Link
Loading