Operating System Interface, system time : System Time : System PYTHON examples


PYTHON examples » System » System Time »

 

Operating System Interface, system time


Operating System Interface, system time


import os
print os.system('time 0:02')

#Be sure to use the "import os" style instead of "from os import *". This will keep 
#os.open() from shadowing the builtin open() function which operates much 
#differently.


           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


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


PYTHON examples

 Navioo System
» System Time