딕셔너리 for 루프

Jmnote (토론 | 기여)님의 2020년 2월 1일 (토) 14:49 판 (→‎Python)

1 JavaScript

2 PHP

3 Python

d = { 'id': 42, 'name': 'John Smith', 'birthyear': 2000 }
for key, value in d.items():
    print( key, ':', value )
# id : 42
# name : John Smith
# birthyear : 2000
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}