def filter_list(l): return [i for i in l if isinstance(i, int)]
本文标题:习题1:找出列表中的数字
本文链接:https://www.haomeiwen.com/subject/muruwttx.html
网友评论