In Python 2, the following code used to work, but no longer in Python 3: In [6]: x = np.array([1.1, 'a'], dtype=np.object) In [7]: ...
確定! 回上一頁