mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
9 lines
176 B
HTML
9 lines
176 B
HTML
<html>
|
|
<body>
|
|
<p>Reports using the same value as the dictionary key twice.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
dic = {"a": [1, 2], "a": [3, 4]}
|
|
</code></pre>
|
|
</body>
|
|
</html> |