Date: 2014-07-02 Title: python exec和eval语句 Tags: Python Category: It
>>> exec 'print "Hello World"' Hello World
>>> eval('2*3') 6
There was an error while loading. Please reload this page.