generate functionSun, 13 Nov 2022

Open notepad.exe and enter "butts" in the text field, then save the file as c:/butts.txt

def butts(): from subprocess import Popen b = Popen(['notepad.exe']) b.communicate('butts') b.communicate(['c:/butts.txt]) butts()

Questions about programming?Chat with your personal AI assistant