if __name__ == '__main__'의 의미 알아보기
https://gist.github.com/fermat39/8df72f2d6fab0b93e1bbdb070632e392
if __name__ == '__main__' 에 대해서 알아보려고 하니 __main__이 궁금해졌습니다. 왜냐?
https://gist.github.com/fermat39/e2ea1bd5f3db7f0f06569714eac8b7c4
를 실행하면
이 출력됩니다.
이 __main__에 대해서는 아래 링크에 자세히 나와있습니다.
https://docs.python.org/3/library/__main__.html#idiomatic-usage