标签: python
我正在使用Python版本3,我正在尝试找到一个数字的ln。我写了下面的代码,但它说的语法无效。请让我知道我做错了什么。
import Math k = Math.log(1.0062) print k