Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import subprocess
- import random
- apps = ['calc.exe', 'notepad.exe', 'mspaint.exe']
- app = random.choice(apps)
- subprocess.call([app])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement