質問編集履歴
1
新しいリンクを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,17 @@
|
|
14
14
|
|
15
15
|
ループさせて複数回削除すると毎回同じ順序で削除される。
|
16
16
|
|
17
|
-
[Python Documentation](https://docs.python.jp/3/library/stdtypes.html#dict.popitem)では`任意の (key, value) 対を辞書から消去して返します。`とあります。
|
17
|
+
~~[Python Documentation 3.6.5]~~[旧リンク](https://docs.python.jp/3/library/stdtypes.html#dict.popitem)では`任意の (key, value) 対を辞書から消去して返します。`とあります。
|
18
|
+
|
19
|
+
↓
|
20
|
+
|
21
|
+
ブラウザのお気に入りから古いドキュメントのリンクを見ていました。大変失礼しました。
|
22
|
+
|
23
|
+
↓ New!!
|
24
|
+
|
25
|
+
[Python Documentation 3.7.0](https://docs.python.org/ja/3.7/library/stdtypes.html#dict.popitem)
|
26
|
+
|
27
|
+
|
18
28
|
|
19
29
|
|
20
30
|
|