Discuss / Python / 作业

作业

Topic source

LV_LingYu

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

def is_palindrome(x): return x == int("".join(reversed(str(x))))


  • 1

Reply