Answers for "convert math equation from string to int"

0

convert math equation from string to int

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

Code answers related to "convert math equation from string to int"

Python Answers by Framework

Browse Popular Code Answers by Language