Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Here is an example executing a DOS command

import os result = os.system('dir')