python 3 delete file code example Example: python3 delete file import os os.system(f"rm -rf {filename.txt}")