PROGRAMMING:Sort all characters in a string from small to large
Sort all characters in a string from small to large.
###Input format:
Enter a string less than 20 in length on one line. Do not use line breaks, tabs in strings.
###Output format:
Output the sorted string directly.
###Input example:
```in
asdfg
```
###Output example:
```out
adfgs
```
answer:If there is no answer, please comment
###Input format:
Enter a string less than 20 in length on one line. Do not use line breaks, tabs in strings.
###Output format:
Output the sorted string directly.
###Input example:
```in
asdfg
```
###Output example:
```out
adfgs
```
answer:If there is no answer, please comment