Files
CodeObject/storage/zeta/py/completed/1427.py

1 line
57 B
Python

for i in sorted(map(int, input()))[::-1]:print(i, end='')