Konversi persamaan matematika dari string ke int
a = '10 * 10'
print(eval(a))
Disgusted Duck
a = '10 * 10'
print(eval(a))