한 걸음씩

[python] 내장 함수, 용어 공식문서 확인하기 본문

Python

[python] 내장 함수, 용어 공식문서 확인하기

winter17 2023. 2. 7. 22:32

https://docs.python.org/ko/3/library/functions.html#func-list

 

Built-in Functions

The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a...

docs.python.org

https://docs.python.org/ko/3/library/stdtypes.html#textseq

 

Built-in Types

The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...

docs.python.org

https://docs.python.org/ko/3/glossary.html#term-mutable

 

Glossary

>>>, The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.,,..., Can refer to:- The default Python prompt of the i...

docs.python.org

 

'Python' 카테고리의 다른 글

[python] 자료구조  (0) 2023.02.09
[python] 제어문, 반복문, 함수  (0) 2023.02.08
[python] 리스트  (0) 2023.02.06
[python] 문자열  (1) 2023.02.06
[python] 연산자  (0) 2023.02.06