배열 (1) 썸네일형 리스트형 [ Python ] 메소드 리스트, 딕셔너리 만들어 사용하기 PythonMake method list or dictionary and Use#Ubuntu 18.04 LTS#Python 3.6.6 #- - 상세 설명, 실행화면 딕셔너리로 만들기전 테스트 할 메소드를 만들자총 4개의 메소드를 만들것이다. - def test(): void- def test2(aa=None): void- def test3(): return 'str'- def test4(aa=None): return 'str' def test(): print('hear is test') def test2(aa=None): print("hear is test2: {}".format(aa)) def test3(): print('hear is test3') return 'here is test3' def te.. 이전 1 다음