Discuss / Python / 看评论区的各位大佬改进的

看评论区的各位大佬改进的

Topic source

L2 = [x.lower() for x in L1 if isinstance(x, str)]


  • 1

Reply