HackerRank Python - Evaluation
The eval() expression is a very powerful built-in function of Python. It helps in evaluating an expression. The expression can be a Python statement, or a code object.
- # Enter your code here. Read input from STDIN. Print output to STDOUT
-
- eval(input())