지 구 여 행
Python_변수(Variables):Tuples, Dicts 본문
Tuple : common, immutable(수정 불가능) <-> (list는 수정가능)
ex) days=("Mon","Tue","Wed","Thur","Fri") -> 중괄호 사용 <-> (list는 대괄호)


dictionary: data를 구성하는 다른 방법 (key:value)
ex) dictionary안에 string, number, boolean, list, tuple등 모두 포함 가능

'개인 공부 > Python_Study' 카테고리의 다른 글
Python_인자(Arguments) (0) | 2022.05.21 |
---|---|
Python_리턴(Return) (0) | 2022.05.21 |
Python_함수(Function) (0) | 2022.05.21 |
Python_변수(Variables):list (0) | 2022.05.20 |
python_설치 후 연동 (0) | 2022.05.20 |