Language/Python
[Python] 한 줄로 된 숫자를 리스트로 입력받는 법
이무기뱀술
2022. 2. 4. 15:29
728x90
numbers = list(map(int, input().split()))
맨날 할 때마다 까먹어서 블로그에 적음
728x90