Discuss / Python / 第十五天打卡

第十五天打卡

Topic source

def is_palindrome(n):

    if str(n) == str(n)[::-1]:

        return n    

看不懂了,找找有没有语法书,感觉像在学一门新语言

不日远游

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

四年了,你最后学完了吗,我看你只打卡了十五天呢


  • 1

Reply