Tigim Insight
  • Home
  • About

Technoloyg

A collection of 1 posts

Technoloyg

파이썬 입문

Dictionary에서 * 사용 c/c++ 개발자에겐 포인터로 익숙한 *을 이리 이용할 줄이야… test_dic ={'param': 0.09} class Test: def __init__(self, param=0.01): print param self.param = param test = Test(test_dic) {'param': 0.09} test = Test(*test_dic) param

Jong Yoon Kim Jong Yoon Kim
Ghost © 2021
Proudly published with Jekyll & GitHub Pages using Jasper2
Latest Posts Tigim Insight