Can someone let me know why this won't work? Thanks.
''
'\n'
Thanks.
Stephen
>>from os import popen
>>popen('expo rt asdfasdf=hello' ).read()
>>popen('expo rt asdfasdf=hello' ).read()
>>popen('echo $asdfasdf').rea d()
Thanks.
Stephen
Comment