SyntaxFix
Write A Post
Hire A Developer
Questions
Suppose s = "ZWzaAd"
s = "ZWzaAd"
To sort above string the simple solution will be below one.
print ''.join(sorted(s))