Discuss / Python / 交作业,已通过测试

交作业,已通过测试

Topic source

dudefitslol

#1 Created at ... [Delete] [Delete and Lock User]

# -*- coding:uft-8 -*-

L1 = ['Hello', 'World', 18, 'Apple', None]

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


  • 1

Reply