发布时间:2019-09-11 07:46:09编辑:auto阅读(2021)
x = 1
result = "x+1"
result = eval(result)
print(result)
》》2
Python3中字符串不能计算结果,eval函数将字符串当成有效Python表达式来求值,并返回计算结果。
与之对应的repr函数,它能够将Python的变量和表达式转换为字符串表示
repr(x+1)
上一篇: Python:线程、进程与协程(7)——
下一篇: 53. Python 爬虫(2)
47750
46246
37132
34638
29231
25893
24762
19866
19426
17916
5720°
6323°
5841°
5891°
6991°
5830°
5850°
6364°
6318°
7682°