{TypeError}can't multiply sequence by non-int of type 'numpy.float64'. float64 和tuple相乘,引发的错误 a=(2,4,6) b=35.6 c=a*b. 原因是a是int ...
確定! 回上一頁