Skip to content
Advertisement

Tag: helper

How to remove str. Of spaces from list [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 1 year ago. Improve this question A = [“a”,”b”,” “,”c”,” “,”d”] How can I remove str. Of white spaces

Advertisement