Sorting an array of strings having alphanumeric values (Python3)

前端 未结 0 1594
遥遥无期
遥遥无期 2020-12-20 14:01

I have an array having values as following : [\'1.hello\', \'10.hel\', \'12B.hepl\', \'9.hell\', \'12A.help\', \'2.helo\']

I want these sorted as : [\'1.hello\', \'2.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题