Python Evaluation - HackerRank solution

Author: Al-mamun Sarkar Date: 2020-03-26 13:57:40

Python Evaluation - HackerRank solution. The following code shows how to solve the HackerRank Python Evaluation Python collections problem. 

Code:

eval(input())

 

Test Input:

print(8 + 3)

Test Output:

11