>>> import os >>> os.system("i=3") 0 >>> os.system("echo $i") 0 >>> why i can't get the value of i ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20130212/4bebc34f/attachment.html>