how to change name of filename in python code example Example: python change filename import os os.rename('a.txt', 'b.kml')