[Python] 리스트 생성/만드는 방법 new_list=[] 생성자 new_list=list() 두 방법 모두 print(new_list) print(type(new_list)) [] 로 출력 됩니다. 이전 1 다음