(2/2)Understanding Data Types in Python
1️⃣ 튜플 자료형 (Tuple data type)2️⃣ 딕셔너리 자료형 (Dictionary data type)3️⃣ 집합 자료형 (Set data type)4️⃣ 불 자료형 (Boolean data type)5️⃣ 자료형 실습 (Data type)
1️⃣ 튜플 자료형 (Tuple data type)
**튜플 자료형이란? (What is Tuple data type)
튜플은 ()를 사용하여 데이터를 정의할 수 있다.튜플은 값의 변경을 허용하...
heesu.tech6 min read