You Can't Sort Strings!

Subscribers:
632
Published on ● Video Link: https://www.youtube.com/watch?v=7qcvJK1NyEM



Duration: 3:43
21 views
0


In this video I show how, in Python 3, you can't sort strings. What you can do is sort a list then join that sorted list and save the result as a new string.