Konwertuj równanie matematyczne z ciągu na int
a = '10 * 10'
print(eval(a))
Disgusted Duck
a = '10 * 10'
print(eval(a))