0

I have list a.

a = ['September22','August21','August22']

I want to sort this list as follows:

a = ['August21','August22','September22']

How to do that?

a b
  • 67
  • 1
  • 4

0 Answers0