Discuss / Python / filter作业

filter作业

Topic source

英睿都督

#1 Created at ... [Delete] [Delete and Lock User]

def is_palindrome(n): return n==int(str(n)[::-1])


  • 1

Reply