>>> import os >>> os.system("i=3") 0 >>> os.system("echo $i")
0 >>> why i can't get the value of i ?
-- http://mail.python.org/mailman/listinfo/python-list
>>> import os >>> os.system("i=3") 0 >>> os.system("echo $i")
0 >>> why i can't get the value of i ?
-- http://mail.python.org/mailman/listinfo/python-list