os.system(command) executes a system function as if it were in a subshell : Sys : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Sys »

 

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


import os

os.system("dir")



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Sys