The eval function in Python program run's Python code within itself. eval example: >>> x = 1. >>> eval('x + 1'). 2. >>> eval('x').
確定! 回上一頁