点击运行
from scipy.constants import find, physical_constants res = find("boltzmann") print(res)
x
1
from
scipy
.
constants
import
find
,
physical_constants
2
3
res
=
find
(
"boltzmann"
)
4
print
(
res
)
运行结果 :
正在执行...