#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목파이썬 질문2018-09-17 16:06
작성자

def print_lyrics():

    print("I'm a lumberjack, and I'm okay.")

    print("I sleep all night and I work all day.")

    return print_lyrics()

print(print_lyrics())


이렇게 썼을 경우 위 두가지 문장이 무한으로 반복되는데 왜 이런지 이유를 가르쳐주실수 있나요 ㅜㅜ

댓글