def read(paper):

if paper is understandable:

    return

list_of_papers_to_understand_the_paper = paper.__bases__

for p in list_of_papers_to_understand_the_paper:

    read(p)


the_paper = paper_given_by_professor

read(the_paper)





교수님이 논문을 주심


논문을 읽음 -> 이해안됨 -> 논문을 이해하기 위한 논문을 읽음 -> 이해안됨 -> 논문을 이해하기 위한 논문을 이해하기 위한 논문을 읽음 -> 이해안됨 -> 논문을 이해하기 위한 논문을 이해하기 위한 논문을 이해하기 위한 논문을 읽음 -> ...



무한 재귀의 늪;;;