지 구 여 행

Python_인자(Arguments) 본문

개인 공부/Python_Study

Python_인자(Arguments)

COSMOSUNION 2022. 5. 21. 17:58

 

⊙ 위치 인자(Positional Arguments): 

위치에 의존적인 인자

 

⊙ Keyworded Arguments:

위치가 아닌, 같은 argument이름으로 값이 적용 -> 인자 순서 불필요

  

'개인 공부 > Python_Study' 카테고리의 다른 글

Python_모듈(Modules)  (0) 2022.05.22
Python_조건문(Conditional Statement)  (0) 2022.05.21
Python_리턴(Return)  (0) 2022.05.21
Python_함수(Function)  (0) 2022.05.21
Python_변수(Variables):Tuples, Dicts  (0) 2022.05.21
Comments