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()

Want to kickstart your project?Use the new AI Studio to create your code