Computer Science, asked by anjalijaiswal4342, 3 months ago

To evaluate an arithmetic expression it is not necessary to use print () functions

Answers

Answered by TamannaMis
2

Answer:

True

Explanation:

You can just use eval() function to find the value/output of the arithmetic expression. print() is only used to display the output.

Similar questions