Search Results

13
votes

What’s the best way to escape os.system() calls in Python?

Perhaps you have a specific reason for using os.system(). But if not you should probably be using the subprocess module …