renaming files in python with path code example Example: rename file python import os os.rename('old_name.txt','new_name.txt')