Discuss / Python / 交作业

交作业

Topic source
在此插入代码

L2=[s.lower() for s in L1 if isinstance(s,str)] L2 ['hello', 'world', 'apple']


  • 1

Reply