Skip to content

Commit c5ab10f

Browse files
committed
Update Zen of Python.md
1 parent c85c1f9 commit c5ab10f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Zen of Python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# **Zen of Python**
2+
[PEP 20 – The Zen of Python](https://peps.python.org/pep-0020/)은 Python 설계에 대한 지침 원칙을 20개의 격언으로 간결하게 정리한 내용을 다루며, 그중에 19개의 격언만 기록되어 아래와 같이 `import this`를 통해 확인할 수 있다.
3+
24
The Zen of Python, by [Tim Peters](https://en.wikipedia.org/wiki/Tim_Peters_(software_engineer))
35
```python
46
import this

0 commit comments

Comments
 (0)