[Python] range(a,b) 연속된 정수를 담은 시퀀스가 필요한 경우 range() 함수를 사용함. range(a,b): a이상 b 미만의 연속된 정수가 담긴 시퀀스를 만들어주는 함수, [Python] 2023.04.03