Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Call system command : System Command « System « Python
Python
System
System Command
Call system command
import
os os.environ[
'USER'
] =
'Mel'
os.popen(
'python echoenv.py'
).read()
Related examples in the same category