Eval function in python just executes the string arguments as a part of program. For Eg. * ans = eval( “ 5*3 + 2 ” ) # ans will evaluate to 17 * eval(“ ...
確定! 回上一頁