SyntaxFix
Write A Post
Hire A Developer
Questions
def f(a,b): return a+b xx = 'f' print eval('%s(%s,%s)'%(xx,2,3))
OUTPUT
5