Discuss / Python / 作业

作业

Topic source

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


  • 1

Reply