AI/Anaconda&python
[python] 함수 매개변수
리네엔
2022. 9. 28. 20:32
def function(변수1,*args,**kwargs) :
단일 변수 -> 튜플 -> 딕셔너리순서
이때
변수=Default 형식은 Dictionary임!