回答編集履歴

1

append links

2022/12/05 09:04

投稿

ps_aux_grep
ps_aux_grep

スコア1579

test CHANGED
@@ -2,3 +2,5 @@
2
2
  for key, value in json_load.items():
3
3
  print(value["id"])
4
4
  ```
5
+
6
+ [Pythonの辞書(dict)のforループ処理(keys, values, items)](https://note.nkmk.me/python-dict-keys-values-items/)