Python Evaluation - HackerRank solution

Python Evaluation - HackerRank solution

Instructor-svgAl-Mamun Sarkar
Mar 26 , 2020

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
  • Share On:
  • fb
  • twitter
  • pinterest
  • instagram