1、字符串公式是有效的

a = ‘3+4’

2、使用eval函数

print(eval(a))

相关文章: