* args ** kargs difference

def print_param4(a, b, c): print a, b, c p = ['a', 'b', 'c'] print_param4(*p) #a b c p2 = {'c' : '1', 'a' : '2', 'b' : '3'} print_param4(**p2) #2 3 1

출처: https://jhproject.tistory.com/109 [JH PROJECT]

출처: https://jhproject.tistory.com/109 [JH PROJECT]

댓글

이 블로그의 인기 게시물

About AActor!!! "UObject" has no member "BeginPlay"

UNREAL Android build information

Shader informations nice blog ~ ~