In Python 3 exec is now a function: exec(code, [, globals[, locals]]) , and the Python 2 syntax will raise a SyntaxError . As print was changed from statement ...
確定! 回上一頁