+2 votes
in Class 12 by kratos

What can you do with the eval function?

1 Answer

+3 votes
by kratos
 
Best answer

Eval() evaluates an expression contained in a string and returns the resulting object.

...