Sort A String Of Lines In Python
May 2022
This is how to sort a string with lines of text in python
=
=
#+RESULTS: : ['a', 'b', 'c', 'd', 'e']
The filter() removes empty lines
end of line
This is how to sort a string with lines of text in python
=
=
#+RESULTS: : ['a', 'b', 'c', 'd', 'e']
The filter() removes empty lines