remove a file created with open pythob code example Example: python3 delete file import os os.system(f"rm -rf {filename.txt}")