os.system question
Eric Wertman
ewertman at gmail.com
Thu Aug 7 13:37:00 EDT 2008
Previous message (by thread):
os.system question
Next message (by thread):
os.system question
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
In your case you could also use the os.environ dictionary: import os print os.environ['USER']
Previous message (by thread):
os.system question
Next message (by thread):
os.system question
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list