Discuss / Python / 这样也可以

这样也可以

Topic source

Geek_韧

#1 Created at ... [Delete] [Delete and Lock User]
L1 = ['Hello', 'World', 18, 'Apple', None]L2 = [x.lower() for x in L1 if isinstance(x, str)]

  • 1

Reply