好吧,我们说我有一个字符串 s = '5 + 7'
s = '5 + 7'
是否有可能得到这个字符串的结果?(应该是12)
我试过用,int(s)但会出错
int(s)
python
python ×1