Discuss / Python / 作业19.03.13

作业19.03.13

Topic source

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


  • 1

Reply