Run
x = 3 output = eval('x*x + 2*x + 5') print(f'Output : {output}')
Output