Mega Code Archive

 
Categories / Python / System
 

Output USER in your system

import os print 'echoenv...',  print 'Hello,', os.environ['USER']