Python items()

1 개요[ | ]

파이썬 items()
  • Dictionary 내 모든 key-value 쌍을 보여주기
alphatbet = {}
alphabet = {"A":1, "B":2, "C":3,"D":4,"E":5,"F":6,"G":7,"H":8}
print(alphabet.items())

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}