Computer Science, asked by shivamsmart098, 5 months ago


State eval() function​

Answers

Answered by Anonymous
4

Answer:

eval () evaluates the passed string as a Python expression and returns the result. For example, eval ("1 + 1") interprets and executes the expression "1 + 1" and returns the result

Explanation:

Similar questions