[Python] python中的filter方法 →→→→→进入此内容的聊天室

来自 , 2020-01-07, 写在 Python, 查看 147 次.
URL http://www.code666.cn/view/7fc9fd4c
  1. >>> print filter(abs, [-5,7,0,-12] )
  2. [-5, 7, -12]

回复 "python中的filter方法"

这儿你可以回复上面这条便签

captcha