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