Skip to content

Commit

Permalink
#6 백준 문제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesuuou committed Feb 19, 2022
1 parent 352cc71 commit 5b70dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Boj/정렬/1427.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
n = input()
reversedn = sorted(n)[::-1]
for i in reversedn:
print(i, end='')

0 comments on commit 5b70dc1

Please sign in to comment.