Solved
Forum Discussion
rraghvani
Champion Level 3
3 years agoDoes this work for you in Python,
x = 'print(55)'
eval(x)
MOHIN_PASHA
3 years agoNew Contributor
Yes it is working.
Does this work for you in Python,
x = 'print(55)'
eval(x)
Yes it is working.