Iterable list를 간단히 인덱싱 해주는 함수enumerate(iterable, start=0)Parameters:Iterable: any object that supports iterationStart: the index value from which the
[Python] Class Code