Discuss / Python / 作业

作业

Topic source
L2 = [item.lower() for item in L1 if isinstance(item, str)]

  • 1

Reply