chaîne de tri python
s = "dsa"
s = ''.join(sorted(s))
print(s)
intricate_symbol
s = "dsa"
s = ''.join(sorted(s))
print(s)