Discuss / Python / 列表生成式作业

列表生成式作业

Topic source

星辰德法

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

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


  • 1

Reply