como fazer um arquivo python excluir -se

from os import remove
from sys import argv

remove(argv[0])
Flashoutt