Skip to content

Commit 5060f38

Browse files
authoredAug 4, 2020
Update 10.py
1 parent 5156b60 commit 5060f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎6/10.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
for i in range(n):
77
array.append(int(input()))
88

9-
# 파이썬 정렬 라이브러리를 이용하여 정렬 수행
9+
# 파이썬 정렬 라이브러리를 이용하여 내림차순 정렬 수행
1010
array = sorted(array, reverse=True)
1111

1212
# 정렬이 수행된 결과를 출력

0 commit comments

Comments
 (0)