Discuss / Python / 练习

练习

Topic source

if(isinstance(n,int)and n>10): return str(n)==str(n)[::-1]


  • 1

Reply