Discuss / Python / 小作业。

小作业。

Topic source
在此插入代码
if list(str(n))[::-1] == list(str(n))[::1]:
    return n 
else: 
    return None   

  • 1

Reply