0
how to open files?
hi how should I run some file in a specific drive on my pc I mean how can I address it to the python terminal should I mention the drive like C, D or whatever?
2 odpowiedzi
+ 7
It's not quite clear what you are achieving. In title you mentioned "... open files ..." and in text you name it " ... run some file ...". This can mean different things:
(1) you want to open a file from within a python program and read the some data
(2) you want to run a python file to execute it
It would be great if can give us some more details. Thanks!
+ 6
Inifnite Science You have to give full path of your files.