Discuss / Python / 打卡

打卡

Topic source

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


  • 1

Reply