Discuss / Python / homework

homework

Topic source

gitKong

#1 Created at ... [Delete] [Delete and Lock User]
L2 = [item.lower() for item in L1 if isinstance(item, str)]

  • 1

Reply