Discuss / Python / 打卡

打卡

Topic source

L2=[]

for i in L1:

   if isinstance(i,str):

      L2.append(i.lower())


  • 1

Reply