Answers for "how to change the file name in python code"

3

python change filename

import os

os.rename('a.txt', 'b.kml')
Posted by: Guest on April-14-2021

Code answers related to "how to change the file name in python code"

Python Answers by Framework

Browse Popular Code Answers by Language