0

how can we create a file in the desired location in python

10th May 2020, 3:24 PM
ROHIT R KAMAL
ROHIT R KAMAL - avatar
2 Respostas
0
You may use OS module to do so and even you can use shutil for this purpose all these modules are inbuild in python
10th May 2020, 3:30 PM
Ayush Kumar
Ayush Kumar - avatar
0
can you tell me the procedure for doing it? like for an example, i want to create file in Desktop.
12th May 2020, 1:32 PM
ROHIT R KAMAL
ROHIT R KAMAL - avatar