Note
노마드코더 파이썬 챌린지 3일차 (딕셔너리) 본문
반응형
https://replit.com/@내깃헙이름/Day-Three-Blueprint#main.py
....
https://docs.python.org/3/tutorial/datastructures.html#dictionaries
5. Data Structures — Python 3.9.7 documentation
5. Data Structures This chapter describes some things you’ve learned about already in more detail, and adds some new things as well. 5.1. More on Lists The list data type has some more methods. Here are all of the methods of list objects: list.append(x)
docs.python.org
02-5 딕셔너리 자료형
[TOC] ## 딕셔너리란? 사람은 누구든지
wikidocs.net
반응형
'#학습 > AI&IT' 카테고리의 다른 글
공백으로 구분된 두 개의 값 입력 받기 (0) | 2021.09.16 |
---|---|
노마드코더 파이썬 챌린지 4일차 (모듈, 웹스크레이퍼) (0) | 2021.09.09 |
노마드코더 파이썬 챌린지 2일차 (0) | 2021.09.07 |
기초 이론 (0) | 2021.09.06 |
웹 개발 참고 사이트 (0) | 2021.09.06 |
Comments