def is_palindrome(n):#判断回数,12321 909 #>>> output = filter(is_palindrome,range(1,1000)),filter函数有两个参数,第一个是函数,第二个是list,依次作用 #>>> print(list(output))