오늘은 강의보고 퀴즈 푸는 날! 그리고 오늘부터는 영어로 내용을 정리해보려한다. 강의 자체가 영어이기도 하고, 영어 공부도 할 겸 주제: Data Structures Quiz! 강의: #4.0 ~ #4.4 (python 자료구조) Organization of data using "Data structure" (자료구조는 데이터를 구조화하고 싶을 때 사용함!) 3 Python data structures : list, tuple, dictionary - List & Tuple : Ordered sequences of values - Dicts List : We use square brackets to create a list and write data seperated by commas inside of ..