https://www.acmicpc.net/problem/10817
a = map(int, input().split())
b = sorted(a)
print(b[1])
list_arr.sort() 같은 기능도 있다.
파이썬이 꿀이라는 이유를 알았다...!
이런 개꿀기능이 있다니;;
'PROGRAMMING CODE > PYTHON' 카테고리의 다른 글
[BAEKJOON] No.1789 Python (0) | 2023.02.09 |
---|---|
[BAEKJOON] No.11653 Python (0) | 2023.02.09 |
[BAEKJOON] No. 2935 Python (0) | 2023.02.07 |
[BAEKJOON] No.5355 Python (0) | 2023.02.07 |
[BAEKJOON] No.2914 Python (0) | 2023.02.06 |