Answers for "convert math expression as string to int"

0

convert math expression as string to int

expression = '10 * 10'
print(eval(expression))
Posted by: Guest on September-07-2020

Code answers related to "convert math expression as string to int"

Python Answers by Framework

Browse Popular Code Answers by Language