python
파이썬 공식문서 (내장함수 정의 보는법)
blackbearwow
2022. 5. 15. 15:33
3.10.4 Documentation
Python 3.10.4 documentation Welcome! This is the official documentation for Python 3.10.4. Parts of the documentation: What's new in Python 3.10? or all "What's new" documents since 2.0 Tutorial start here Library Reference keep this under your pillow Lang
docs.python.org
사이트에 접속하면 파이썬 공식 documentation을 볼 수 있다.
print(), len(), max(), min()같은 기본 내장 함수들을 보고싶다면 Library Reference 에서 Built-in Functions를 누르면 기본 내장 함수들의 정의를 볼 수 있다.