Discuss / Python / 补充

补充

Topic source

神秘人--B

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

def is_palindrome(n):

   return ''.join(reversed(str(n)))


  • 1

Reply