Discuss / Python / 。。。

。。。

Topic source

L = ['Hello', 'World', 18, 'Apple', None] L2=[s.lower() for s in L if isinstance(s,str)]


  • 1

Reply