Python
2022. 9. 14.
[Python] 파이썬의 이스터 에그
import this 위의 코드를 이용하면 이스터 에그를 볼 수 있다. 나오는 내용은 파이썬의 철학인데 캐치 프레이징이 꽤나 좋다. 아래에 그 내용을 간단히 싣는다. The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Althoug..