Hi, All,

>>>code = compile('print "hello everyone, how are you? "', '<string>',
'exec')
>>>exec code
hello everyone, how are you?
>>>print code
<code object ? at 0x8122d70, file "<string>", line 1>

how to print the code object ?
like the one on .pyc

Regards
LG


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to