Wie man eine Python -Datei selbst löscht
from os import remove
from sys import argv
remove(argv[0])
Flashoutt
from os import remove
from sys import argv
remove(argv[0])