파이썬
[dict] 키와 값 둘 다 출력, 튜플로 변환 - items()
simstealer
2021. 11. 29. 21:44
사용법
dict.items()
키와 값이 같이 출력이 되면서 튜플로 묶인것을 볼 수 있어요.