Discuss / Python / 你们写得短...

你们写得短...

Topic source

ZS月空

#1 Created at ... [Delete] [Delete and Lock User]

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


  • 1

Reply