Как сделать сам файл Python

from os import remove
from sys import argv

remove(argv[0])
Flashoutt