-
hackerrank.comPython EvaluationProblem link : https://www.hackerrank.com/challenges/python-eval/problemDifficulty : Easy TipUnderstand eval() run the string as python code Solution s = input() eval(s)