Discuss / Python / 作业

作业

Topic source

This_is_PYj

#1 Created at ... [Delete] [Delete and Lock User]
def is_palindrome(n):
     return int(str(n)[::-1])/n == 1

  • 1

Reply