Discuss / Python / easy code

easy code

Topic source

b = [v.lower() for v in a if isinstance(v,str)]


  • 1

Reply