Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Os system(command) executes a system function as if it were in a subshell

import os os.system("dir")