Discuss / Python / 坚持交作业

坚持交作业

Topic source

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


  • 1

Reply