PL/Python
Python 정수 자릿수마다 잘라서 리스트에 넣기
SweetDev
2021. 1. 25. 09:45
[int(d) for d in str(sys.stdin.readline().rstrip())]