美文网首页
random.shuffle

random.shuffle

作者: MartialMemphis | 来源:发表于2015-12-28 11:34 被阅读0次

    random.shuffle(random.shuffle(foo))

    Python: TypeError: object of type 'NoneType' has no len()

    TypeError: object of type 'NoneType' has no len()

    This function returns None and that's why you have the error.

    这个函数返回None所以这就是为啥你会报错的原因。

    相关文章

      网友评论

          本文标题:random.shuffle

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