美文网首页随笔-生活工作点滴
TypeError: ufunc 'bitwise_and' n

TypeError: ufunc 'bitwise_and' n

作者: Hid_5021 | 来源:发表于2019-07-05 02:03 被阅读0次

TypeError: ufunc 'bitwise_and' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

python程序提示如上错误,原因是在if语句中&连接符前后的两个条件需要用括号括起来哦,要不然&不知道是连接谁的啦,所以会报错哒

相关文章

网友评论

    本文标题:TypeError: ufunc 'bitwise_and' n

    本文链接:https://www.haomeiwen.com/subject/esejhctx.html