python 学习---isinstance() arg 2 must be a type or tuple of types

xiaoxiao2021-02-27  530

当使用循环迭代列表时,有时需要判断列表中的内容。

如:L=['HELLO','WENNY',22,'YANXI']

        [s.lower() for s in L if isinstance(s,str)==true]

提示错误:isinstance() arg 2 must be a type or tuple of types

这时可以exit()退出python,然后再重新进入python

转载请注明原文地址: https://www.6miu.com/read-2390.html

最新回复(0)