4.7. 함수 정의 +
More on Defining Functions
It is also possible to define functions with a variable number of arguments. There are three forms, which can be combined.
가변 인수를 가진 함수를 만드는 것도 가능하다. 여기에는 세가지 형식이 있고, 이 형식들을 조합할 수도 있다.
- 4.7.1. Default Argument Values
- 4.7.2. Keyword Arguments
- 4.7.3. Arbitary Argument Lists
- 4.7.4. Unpacking Argument Lists
- 4.7.5. Lambda Expressions
- 4.7.6. Documentation Strings
- 4.7.7. Function Annotations