[49일차]chap15. p742 HashMap ~
Map의 종류
1.HashMap
2.Hashtable
3.TreeMap
4.Properties
HashMap : 키와 값으로 이루어진 객체
값을 리스트로 여러개 읽어 올 수 있다
* Vo로 만들면 형이 명확하고 Map은 오브젝트로 만들어서 형이 명확하진 않다
Vo로 표현하면
746페이지 Hashtable
Python Getting Started (w3schools.com)
Python Getting Started
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
Python Releases for macOS | Python.org
Python Releases for macOS
The official home of the Python Programming Language
www.python.org
*파이썬은 중괄호 없이 들여쓰기로 하는 것이 특징이다
*형을 미리 정하지않고 값이 들어오면 형이 지정됨 (자바스크립트와 동일)