Discuss / Python / 交作业

交作业

Topic source

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


  • 1

Reply