Is there an easy way to sort the letters in a string alphabetically in Python?
So for:
a="ZENOVW"
I would like to return:
'ENOVWZ'
Is there an easy way to sort the letters in a string alphabetically in Python?
So for:
a="ZENOVW"
I would like to return:
'ENOVWZ'