The exec() method executes the Python code block passed as a string or a code object. The string is parsed as Python statements and then executed.
確定! 回上一頁